blob: b28cc7cdd12fede29107857764ebe2bfaa194484 [file] [log] [blame]
trait Bar {
type X<'a> where Self: 'a;
}