Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
extern-expected-fn-or-brace.rs
blob: 1dcea17445e7a7389abf3048b494ba47ff2ae796 [
file
] [
log
] [
blame
] [
edit
]
// Verifies that the expected token errors for `extern crate` are raised.
extern
"C"
mod
foo
;
//~ERROR expected `{`, found keyword `mod`