blob: 5e5f017ed451f4d6d2e9ea004a8e9ebcd40f914a [file] [log] [blame]
pub trait Foo {
fn foo() {}
}
impl Foo for isize {
}