about summary refs log tree commit diff
path: root/tests/ui/lint/lint-pre-expansion-extern-module.rs
blob: f1ab0cf3b7425f5d322c9de4802cf6ce688f4e34 (plain)
1
2
3
4
5
6
7
8
9
//@ check-pass
//@ compile-flags: -W rust-2018-compatibility

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