1
Fork 0

Add description on test

This commit is contained in:
Santiago Pastorino 2020-11-20 11:24:21 -03:00
parent a6d2235de1
commit f76d6e0139
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF

View file

@ -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;
}