blob: 2410e2f1367040d438bacd2453544fe44d120471 [file] [log] [blame]
// build-pass (FIXME(62277): could be check-pass?)
// pretty-expanded FIXME #23616
trait Foo {
#[allow(anonymous_parameters)]
fn quux(u8) {}
}
fn main() {}