// run-rustfix // build-pass (FIXME(62277): could be check-pass?) #![warn(rust_2018_compatibility)] fn main() { r#try(); } fn r#try() { }