1 2 3 4 5 6 7 8 9
#[inline(always)] //~ ERROR: E0518 struct Foo; #[inline(never)] //~ ERROR: E0518 impl Foo { } fn main() { }