15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
|
error: expected identifier, found keyword `let`
|
||
|
--> $DIR/removed-syntax-field-let.rs:14:5
|
||
|
|
|
||
|
LL | let foo: (),
|
||
|
| ^^^ expected identifier, found keyword
|
||
|
|
||
|
error: expected `:`, found `foo`
|
||
|
--> $DIR/removed-syntax-field-let.rs:14:9
|
||
|
|
|
||
|
LL | let foo: (),
|
||
|
| ^^^ expected `:`
|
||
|
|
||
|
error: aborting due to 2 previous errors
|
||
|
|