mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-28 05:51:09 +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() { }
|