2019-03-01 16:28:04 -08:00
|
|
|
impl A {
|
2019-12-01 07:24:07 +01:00
|
|
|
//~^ ERROR cannot find type `A` in this scope
|
2019-03-01 22:35:21 -08:00
|
|
|
fn b(self>
|
2019-03-01 16:28:04 -08:00
|
|
|
//~^ ERROR expected one of `)`, `,`, or `:`, found `>`
|
2021-12-04 11:05:30 -07:00
|
|
|
//~| ERROR expected one of `->`, `where`, or `{`, found `>`
|
2019-03-01 16:28:04 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
fn main() {}
|