// run-pass // pretty-expanded FIXME #23616 trait A { fn dummy(&self, arg: X); } trait B { type X; type Y: A; fn dummy(&self); } fn main () { }