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