]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/extern-expected-fn-or-brace.rs
Rollup merge of #68129 - varkor:infer-binary-operand-behind-reference, r=nikomatsakis
[rust.git] / src / test / 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`