blob: 64476d1c109993b36fa690944f4f075f3d6c1a31 [file] [log] [blame]
pub struct Foo<Bar=Bar>(Bar); //~ ERROR E0128
pub struct Baz(Foo);
fn main() {}