blob: 6bc9c8498c9d12a5e4d883b52aa1592fff07f90c [file] [log] [blame]
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
error: aborting due to previous error