]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/extern-expected-fn-or-brace.rs
Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy
[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`