blob: d356f3294626fee199c98210a0be9a21aae0e1e4 [file] [log] [blame]
pub trait Baz {
fn baz(&self) { }
}
impl Baz for u32 { }