mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
6 lines
160 B
Rust
6 lines
160 B
Rust
fn b(foo: u32, &mut self) { }
|
|
//~^ ERROR unexpected `self` parameter in function
|
|
//~| NOTE must be the first parameter of an associated function
|
|
|
|
fn main() { }
|