// run-rustfix // compile-pass #![warn(rust_2018_compatibility)] fn main() { try(); } fn try() { }