]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/lint-pre-expansion-extern-module.rs
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05
[rust.git] / src / test / ui / lint / lint-pre-expansion-extern-module.rs
1 // check-pass
2 // compile-flags: -W rust-2018-compatibility
3 // error-pattern: `try` is a keyword in the 2018 edition
4
5 fn main() {}
6
7 mod lint_pre_expansion_extern_module_aux;