rust/src/test/ui/parser/recover-struct.stderr
Esteban Küber d6ea6b972d fix tidy
2019-05-31 13:50:04 -07:00

10 lines
212 B
Text

error: expected `:`, found `Bad`
--> $DIR/recover-struct.rs:4:9
|
LL | Very
| - expected `:`
LL | Bad
| ^^^ unexpected token
error: aborting due to previous error