]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/extern-expected-fn-or-brace.rs
Rollup merge of #68712 - HeroicKatora:finalize-ref-cell, r=dtolnay
[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`