6 lines
69 B
Rust
6 lines
69 B
Rust
fn foo(_: Self) {
|
|
//~^ ERROR cannot find type `Self`
|
|
}
|
|
|
|
fn main() {}
|