]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/extern-expected-fn-or-brace.rs
Auto merge of #65779 - kevgrasso:E0308highlight, r=estebank
[rust.git] / src / test / ui / parser / extern-expected-fn-or-brace.rs
1 // Verifies that the expected token errors for `extern crate` are
2 // raised
3
4 extern "C" mod foo; //~ERROR expected one of `fn` or `{`, found keyword `mod`