Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
parser
/
extern-expected-fn-or-brace.rs
blob: 1dcea17445e7a7389abf3048b494ba47ff2ae796 [
file
]
// Verifies that the expected token errors for `extern crate` are raised.
extern
"C"
mod
foo
;
//~ERROR expected `{`, found keyword `mod`