]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/lint-pre-expansion-extern-module.rs
Rollup merge of #105526 - Xiretza:iter-from-generator-derive, r=scottmcm
[rust.git] / tests / 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;