1 2 3 4 5 6
#[inline()] //~ ERROR malformed `inline` attribute input pub fn something() {} fn main() { something(); }