Skip to content

Commit 42ee400

Browse files
committed
Move assertion-free rustdoc ice tests to rustdoc-ui
1 parent 17419f6 commit 42ee400

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

tests/rustdoc/ice-assoc-type-loop-102154.rs renamed to tests/rustdoc-ui/ice-assoc-type-loop-102154.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/102154
23

34
trait A<Y, N> {

tests/rustdoc/ice-method-where-clause-circular-100620.rs renamed to tests/rustdoc-ui/ice-method-where-clause-circular-100620.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/100620
23

34
pub trait Bar<S> {}

0 commit comments

Comments
 (0)