blob: faac13ab77912cacca191fdce606ef75d04ebf3c [file] [log] [blame]
// run-rustfix
// compile-pass
#![warn(rust_2018_compatibility)]
fn main() {
try();
}
fn try() {
}