rust/tests/ui/parser/ice-issue-127600.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
177 B
Plaintext
Raw Normal View History

2024-07-11 03:12:00 -05:00
error: expected identifier, found `!`
--> $DIR/ice-issue-127600.rs:1:6
|
LL | const!(&raw mut a);
| ^ expected identifier
error: aborting due to 1 previous error