Skip to content

Commit 381a0e3

Browse files
committed
Move ice tests to rustdoc-ui
1 parent 31052bb commit 381a0e3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

tests/rustdoc/issue-56701.rs renamed to tests/rustdoc-ui/ice-blanket-impl-56701.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//@ check-pass
12
// This shouldn't cause a stack overflow when rustdoc is run
23
// https://github.com/rust-lang/rust/issues/56701
34

tests/rustdoc/issue-73061-cross-crate-opaque-assoc-type.rs renamed to tests/rustdoc-ui/ice-cross-crate-opaque-assoc-type-73061.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// Regression test for ICE #73061
1+
// Regression test for ICE https://github.com/rust-lang/rust/issues/73061
22

3+
//@ check-pass
34
//@ aux-build:issue-73061.rs
45

56
extern crate issue_73061;

0 commit comments

Comments
 (0)