9 lines
272 B
Plaintext
9 lines
272 B
Plaintext
|
error: expected expression, found reserved keyword `try`
|
||
|
--> $DIR/try-block-in-while.rs:16:11
|
||
|
|
|
||
|
LL | while try { false } {} //~ ERROR expected expression, found reserved keyword `try`
|
||
|
| ^^^ expected expression
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|