about summary refs log tree commit diff
path: root/tests/ui/parser/ice-issue-127600.stderr
blob: 629fc4ae40b67d0455f8946d783dba0a6c07b1aa (plain)
1
2
3
4
5
6
7
8
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