]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rust-2018/try-ident.fixed
Rollup merge of #62351 - RalfJung:drop-in-place, r=cramertj
[rust.git] / src / test / ui / rust-2018 / try-ident.fixed
1 // run-rustfix
2 // build-pass (FIXME(62277): could be check-pass?)
3
4 #![warn(rust_2018_compatibility)]
5
6 fn main() {
7     r#try();
8 }
9
10 fn r#try() {
11 }