1
Fork 0
rust/src/test/ui/parser/removed-syntax-field-let.stderr

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

11 lines
262 B
Text
Raw Normal View History

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
|
LL | struct S {
| - while parsing this struct
2018-10-20 23:36:17 +03:00
LL | let foo: (),
| ^^^ expected identifier, found keyword
error: aborting due to previous error
2018-10-20 23:36:17 +03:00