]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/extern-expected-fn-or-brace.rs
Rollup merge of #65914 - estebank:type-alias-bounds-sugg, r=davidtwco
[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`