blob: 1d7a40b72d331ad412ee02fd2930e995d80bb9a9 [file] [log] [blame] [edit]
//@ check-pass
//@ pretty-expanded FIXME #23616
trait Foo {
#[allow(anonymous_parameters)]
fn bar(&self, isize) {}
}
fn main() {}