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