blob: d805ab75882dd7fda66a35a87d6f23d42d985302 [file] [log] [blame]
fn main() {
let _: Option<()> = do catch {};
//~^ ERROR found removed `do catch` syntax
//~^^ HELP following RFC #2388, the new non-placeholder syntax is `try`
}