blob: e900ccab4fd833a77690ed3028b3b1fb30287604 [file] [log] [blame]
// edition:2018
#![feature(param_attrs)]
trait Trait2015 { fn foo(#[allow(C)] i32); }
//~^ ERROR expected one of `:` or `@`, found `)`
fn main() {}