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