Add description on test
This commit is contained in:
parent
a6d2235de1
commit
f76d6e0139
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
// check-pass
|
||||
|
||||
// The goal of this test is to ensure that T: Bar<T::Item>
|
||||
// in the where clause does not cycle
|
||||
|
||||
trait Foo {
|
||||
type Item;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue