rustdoc: move ICE tests to ui

This commit is contained in:
Michael Howell 2023-11-23 14:54:19 -07:00
parent cbe68435c6
commit fdde5c77a8
12 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// check-pass
// https://github.com/rust-lang/rust/issues/46976
pub fn ice(f: impl Fn()) {}

View file

@ -1,4 +1,5 @@
// aux-build:issue-48414.rs
// check-pass
// https://github.com/rust-lang/rust/issues/48414

View file

@ -1,3 +1,4 @@
// check-pass
// https://github.com/rust-lang/rust/issues/34423
pub struct Foo;

View file

@ -1,4 +1,5 @@
// aux-build:issue-36031.rs
// check-pass
// build-aux-docs
// ignore-cross-compile

View file

@ -1,3 +1,4 @@
// check-pass
// hopefully this doesn't cause an ICE
// https://github.com/rust-lang/rust/issues/46271

View file

@ -1,3 +1,4 @@
// check-pass
// This should not ICE
// https://github.com/rust-lang/rust/issues/47639

View file

@ -1,4 +1,5 @@
// aux-build:issue-40936.rs
// check-pass
// build-aux-docs
// https://github.com/rust-lang/rust/issues/40936