summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/issue-69378-ice-on-invalid-type-node-after-recovery.stderr
blob: 1b70c6f9d02adf01e0cca1aebafac34284f6b9c5 (plain)
1
2
3
4
5
6
7
8
9
10
error: expected identifier, found `0`
  --> $DIR/issue-69378-ice-on-invalid-type-node-after-recovery.rs:3:14
   |
LL | struct Foo { 0: u8 }
   |        ---   ^ expected identifier
   |        |
   |        while parsing this struct

error: aborting due to 1 previous error