blob: 019c45dbadc8a0a376538b457f8cfffac70d3b45 [file]
//@ check-pass
trait Expr: PartialEq<Self::Item> {
type Item;
}
fn main() {}