Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
lint
/
lint-pre-expansion-extern-module.rs
blob: e85261befbc0b50f7e122092cc883fcc7ea4dd8c [
file
] [
log
] [
blame
]
//@ check-pass
//@ compile-flags: -W rust-2018-compatibility
//@ edition: 2015
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