Skip to content

Commit fdde5c7

Browse files
committed
rustdoc: move ICE tests to ui
1 parent cbe6843 commit fdde5c7

12 files changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// check-pass
12
// https://github.com/rust-lang/rust/issues/46976
23

34
pub fn ice(f: impl Fn()) {}
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: tests/rustdoc/ice-circular-intra-doc-link-48414.rs renamed to tests/rustdoc-ui/circular-intra-doc-link-48414.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// aux-build:issue-48414.rs
2+
// check-pass
23

34
// https://github.com/rust-lang/rust/issues/48414
45

Diff for: tests/rustdoc/ice-34423.rs renamed to tests/rustdoc-ui/hidden-trait-method-34423.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// check-pass
12
// https://github.com/rust-lang/rust/issues/34423
23

34
pub struct Foo;

Diff for: tests/rustdoc/ice-36031.rs renamed to tests/rustdoc-ui/inherent-assoc-consts-36031.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// aux-build:issue-36031.rs
2+
// check-pass
23
// build-aux-docs
34
// ignore-cross-compile
45

Diff for: tests/rustdoc/ice-nested-extern-crate-46271.rs renamed to tests/rustdoc-ui/nested-extern-crate-46271.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// check-pass
12
// hopefully this doesn't cause an ICE
23

34
// https://github.com/rust-lang/rust/issues/46271

Diff for: tests/rustdoc/ice-nested-macro-rules-47639.rs renamed to tests/rustdoc-ui/nested-macro-rules-47639.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// check-pass
12
// This should not ICE
23

34
// https://github.com/rust-lang/rust/issues/47639

Diff for: tests/rustdoc/ice-extern-crate-40936.rs renamed to tests/rustdoc-ui/super-glob-40936.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// aux-build:issue-40936.rs
2+
// check-pass
23
// build-aux-docs
34

45
// https://github.com/rust-lang/rust/issues/40936

0 commit comments

Comments
 (0)