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