rust/src/test/ui/issues/issue-58856-1.rs
2019-12-12 17:54:48 +01:00

9 lines
195 B
Rust

impl A {
//~^ ERROR cannot find type `A` in this scope
fn b(self>
//~^ ERROR expected one of `)`, `,`, or `:`, found `>`
//~| ERROR expected `;` or `{`, found `>`
}
fn main() {}