blob: fab38123ea8717da028beb92fd290e7f16d91543 (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `!` or `::`, found `<eof>`
--> $DIR/auxiliary/issue-21146-inc.rs:13:1
|
LL | parse_error
| ^^^^^^^^^^^ expected one of `!` or `::` here
error: aborting due to previous error
|