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

11 lines
236 B
Rust
Raw Normal View History

//@ check-pass
//@ compile-flags: -W rust-2018-compatibility
//@ edition: 2015
2020-03-16 00:43:37 +01:00
fn main() {}
mod lint_pre_expansion_extern_module_aux;
//~? WARN `try` is a keyword in the 2018 edition
//~? WARN this is accepted in the current edition