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