blob: 0359bb581d5858e6157eb462abc5b5d7b44e43f2 [file] [log] [blame]
// build-pass (FIXME(62277): could be check-pass?)
// pretty-expanded FIXME #23616
trait Foo {
#[allow(anonymous_parameters)]
fn bar(&self, isize) {}
}
fn main() {}