#[lang = "sized"] pub trait Sized {} struct S(T); impl S { fn foo() {} } fn main() { S::foo::(); }