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