blob: d6232546cea05998031ebc2b9665f5df96c31e66 [file] [log] [blame]
//@ edition: 2018
#![feature(try_blocks)]
fn main() {
while try { false } {}
//~^ ERROR a `try` block must
}