Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
ui
/
parser
/
extern-foreign-crate.rs
blob: a5da77dc76361e35252564d2e47efb2f59e5d63e [
file
] [
log
] [
blame
]
// Verifies that the expected token errors for `extern crate` are
// raised
extern
crate foo
{}
//~ERROR expected one of `;` or `as`, found `{`