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