mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
rustdoc: move ICE tests to ui
This commit is contained in:
parent
cbe68435c6
commit
fdde5c77a8
@ -1,3 +1,4 @@
|
||||
// check-pass
|
||||
// https://github.com/rust-lang/rust/issues/46976
|
||||
|
||||
pub fn ice(f: impl Fn()) {}
|
@ -1,4 +1,5 @@
|
||||
// aux-build:issue-48414.rs
|
||||
// check-pass
|
||||
|
||||
// https://github.com/rust-lang/rust/issues/48414
|
||||
|
@ -1,3 +1,4 @@
|
||||
// check-pass
|
||||
// https://github.com/rust-lang/rust/issues/34423
|
||||
|
||||
pub struct Foo;
|
@ -1,4 +1,5 @@
|
||||
// aux-build:issue-36031.rs
|
||||
// check-pass
|
||||
// build-aux-docs
|
||||
// ignore-cross-compile
|
||||
|
@ -1,3 +1,4 @@
|
||||
// check-pass
|
||||
// hopefully this doesn't cause an ICE
|
||||
|
||||
// https://github.com/rust-lang/rust/issues/46271
|
@ -1,3 +1,4 @@
|
||||
// check-pass
|
||||
// This should not ICE
|
||||
|
||||
// https://github.com/rust-lang/rust/issues/47639
|
@ -1,4 +1,5 @@
|
||||
// aux-build:issue-40936.rs
|
||||
// check-pass
|
||||
// build-aux-docs
|
||||
|
||||
// https://github.com/rust-lang/rust/issues/40936
|
Loading…
Reference in New Issue
Block a user