#[lang = "sized"] pub trait Sized {} struct Foo(T); fn main() { &Foo(123); }