mirror of https://github.com/rust-lang/rust.git
Move ice tests to rustdoc-ui
This commit is contained in:
parent
31052bb8a4
commit
381a0e3cb0
|
@ -1,3 +1,4 @@
|
|||
//@ check-pass
|
||||
// This shouldn't cause a stack overflow when rustdoc is run
|
||||
// https://github.com/rust-lang/rust/issues/56701
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
// Regression test for ICE #73061
|
||||
// Regression test for ICE https://github.com/rust-lang/rust/issues/73061
|
||||
|
||||
//@ check-pass
|
||||
//@ aux-build:issue-73061.rs
|
||||
|
||||
extern crate issue_73061;
|
Loading…
Reference in New Issue