blob: 1ef9a6b7e33c3cc9a53c123fc19e9283690988b0 [file] [log] [blame] [edit]
//@ check-pass
//@ pretty-expanded FIXME #23616
trait Foo {
#[allow(anonymous_parameters)]
fn quux(u8) {}
}
fn main() {}