blob: bc0f5bb6505b2ad554bf515583b14831af1c8990 [file] [log] [blame]
error[E0277]: the trait bound `bool: Try` is not satisfied
--> $DIR/try-block-in-while.rs:6:15
|
LL | while try { false } {}
| ^^^^^^^^^ the trait `Try` is not implemented for `bool`
|
= note: required by `from_ok`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0277`.