12 lines
106 B
Rust
12 lines
106 B
Rust
// run-rustfix
|
|
// compile-pass
|
|
|
|
#![warn(rust_2018_compatibility)]
|
|
|
|
fn main() {
|
|
try();
|
|
}
|
|
|
|
fn try() {
|
|
}
|