rust/tests/ui/lint/lint-pre-expansion-extern-module.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
173 B
Rust
Raw Normal View History

2020-03-15 23:43:37 +00:00
// check-pass
// compile-flags: -W rust-2018-compatibility
// error-pattern: `try` is a keyword in the 2018 edition
fn main() {}
mod lint_pre_expansion_extern_module_aux;