rust/src/test/ui/try-block/try-block-in-while.stderr

9 lines
211 B
Plaintext
Raw Normal View History

error: expected expression, found reserved keyword `try`
2018-12-25 08:56:47 -07:00
--> $DIR/try-block-in-while.rs:6:11
|
2019-03-09 15:03:44 +03:00
LL | while try { false } {}
| ^^^ expected expression
error: aborting due to previous error