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