blob: e938c67f3087855b747746176dc8ffd5388a6d65 (
plain)
1
2
3
4
5
6
7
8
|
error: expected identifier, found keyword `Self`
--> $DIR/issue-95878.rs:6:17
|
LL | ref Self => (),
| ^^^^ expected identifier, found keyword
error: aborting due to 1 previous error
|