#[lang = "sized"] pub trait Sized {} struct Foo(A); fn main() { let a: Foo; a = Foo(123f32); }