blob: 7cc888cd4cb294fd12f638967b6ea211d57fa730 [file] [log] [blame]
#![crate_type = "lib"]
#![crate_name = "issue48984aux"]
pub trait Foo { type Item; }
pub trait Bar: Foo<Item=[u8;1]> { }