blob: d119aa9c788d96361ab28d859361c1eb03f12d8f [file] [log] [blame]
//@ edition: 2015
//@ check-pass
trait Foo {
#[allow(anonymous_parameters)]
fn quux(u8) {}
}
fn main() {}