]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/lint-pre-expansion-extern-module.rs
Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister
[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;