Move ice tests to rustdoc-ui
This commit is contained in:
parent
31052bb8a4
commit
381a0e3cb0
3 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
//@ check-pass
|
||||||
// This shouldn't cause a stack overflow when rustdoc is run
|
// This shouldn't cause a stack overflow when rustdoc is run
|
||||||
// https://github.com/rust-lang/rust/issues/56701
|
// 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
|
//@ aux-build:issue-73061.rs
|
||||||
|
|
||||||
extern crate issue_73061;
|
extern crate issue_73061;
|
Loading…
Add table
Reference in a new issue