2022-04-10 22:55:10 -05:00
|
|
|
error: expected identifier, found keyword `Self`
|
|
|
|
--> $DIR/issue-95878.rs:6:17
|
|
|
|
|
|
|
|
|
LL | ref Self => (),
|
|
|
|
| ^^^^ expected identifier, found keyword
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-04-10 22:55:10 -05:00
|
|
|
|