blob: 61fae721ffbde7f69e05607ba5caaba669dd5606 [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`
}