Files
rust/src/test/ui/parser/issues/issue-58856-1.rs

9 lines
218 B
Rust
Raw Normal View History

impl A {
//~^ ERROR cannot find type `A` in this scope
2019-03-01 22:35:21 -08:00
fn b(self>
//~^ ERROR expected one of `)`, `,`, or `:`, found `>`
//~| ERROR expected one of `->`, `;`, `where`, or `{`, found `>`
}
fn main() {}