diff options
| author | Michael Howell <michael@notriddle.com> | 2024-04-06 14:41:59 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2024-04-15 15:11:49 -0700 |
| commit | 381a0e3cb0a71cbef439be974135562e64d40f38 (patch) | |
| tree | 71d4cf4ed8a625eb064fa49a1c255bd362ea1c98 | |
| parent | 31052bb8a493acbecbdd38860dc20c3c9903069a (diff) | |
| download | rust-381a0e3cb0a71cbef439be974135562e64d40f38.tar.gz rust-381a0e3cb0a71cbef439be974135562e64d40f38.zip | |
Move ice tests to rustdoc-ui
| -rw-r--r-- | tests/rustdoc-ui/auxiliary/issue-73061.rs (renamed from tests/rustdoc/auxiliary/issue-73061.rs) | 0 | ||||
| -rw-r--r-- | tests/rustdoc-ui/ice-blanket-impl-56701.rs (renamed from tests/rustdoc/issue-56701.rs) | 1 | ||||
| -rw-r--r-- | tests/rustdoc-ui/ice-cross-crate-opaque-assoc-type-73061.rs (renamed from tests/rustdoc/issue-73061-cross-crate-opaque-assoc-type.rs) | 3 |
3 files changed, 3 insertions, 1 deletions
diff --git a/tests/rustdoc/auxiliary/issue-73061.rs b/tests/rustdoc-ui/auxiliary/issue-73061.rs index 9a2e4aaf75e..9a2e4aaf75e 100644 --- a/tests/rustdoc/auxiliary/issue-73061.rs +++ b/tests/rustdoc-ui/auxiliary/issue-73061.rs diff --git a/tests/rustdoc/issue-56701.rs b/tests/rustdoc-ui/ice-blanket-impl-56701.rs index d4e94323846..13b0fc9032a 100644 --- a/tests/rustdoc/issue-56701.rs +++ b/tests/rustdoc-ui/ice-blanket-impl-56701.rs @@ -1,3 +1,4 @@ +//@ check-pass // This shouldn't cause a stack overflow when rustdoc is run // https://github.com/rust-lang/rust/issues/56701 diff --git a/tests/rustdoc/issue-73061-cross-crate-opaque-assoc-type.rs b/tests/rustdoc-ui/ice-cross-crate-opaque-assoc-type-73061.rs index e16aeac65cc..1434bef49e0 100644 --- a/tests/rustdoc/issue-73061-cross-crate-opaque-assoc-type.rs +++ b/tests/rustdoc-ui/ice-cross-crate-opaque-assoc-type-73061.rs @@ -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 extern crate issue_73061; |
