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