2018-10-20 23:36:17 +03:00
|
|
|
error: expected identifier, found keyword `let`
|
2019-05-31 13:50:04 -07:00
|
|
|
--> $DIR/removed-syntax-field-let.rs:2:5
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2022-09-26 23:13:38 +09:00
|
|
|
LL | struct S {
|
|
|
|
| - while parsing this struct
|
2018-10-20 23:36:17 +03:00
|
|
|
LL | let foo: (),
|
|
|
|
| ^^^ expected identifier, found keyword
|
|
|
|
|
2020-08-13 21:15:36 -07:00
|
|
|
error: aborting due to previous error
|
2018-10-20 23:36:17 +03:00
|
|
|
|