8 lines
86 B
Rust
8 lines
86 B
Rust
struct Foo;
|
|
|
|
impl &mut Foo {
|
|
//~^ ERROR E0118
|
|
fn bar(self) {}
|
|
}
|
|
|
|
fn main() {}
|