9 lines
213 B
Rust
9 lines
213 B
Rust
impl A {
|
|
//~^ ERROR cannot find type `A` in this scope
|
|
fn b(self>
|
|
//~^ ERROR expected one of `)`, `,`, or `:`, found `>`
|
|
//~| ERROR expected one of `->`, `where`, or `{`, found `>`
|
|
}
|
|
|
|
fn main() {}
|