Skip to content

Commit f76d6e0

Browse files
committed
Add description on test
1 parent a6d2235 commit f76d6e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/ui/associated-type-bounds/super-trait-referencing.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// check-pass
2+
3+
// The goal of this test is to ensure that T: Bar<T::Item>
4+
// in the where clause does not cycle
5+
26
trait Foo {
37
type Item;
48
}

0 commit comments

Comments
 (0)