]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/extern-expected-fn-or-brace.rs
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.git] / tests / ui / parser / extern-expected-fn-or-brace.rs
1 // Verifies that the expected token errors for `extern crate` are raised.
2
3 extern "C" mod foo; //~ERROR expected `{`, found keyword `mod`