blob: 8b1a39a94e67af4a3220c266066a2da857e5b14d [file] [log] [blame]
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() {}