rustc/tests/ui/parser/extern-foreign-crate.rs
2023-08-02 10:33:26 +02:00

5 lines
145 B
Rust

// Verifies that the expected token errors for `extern crate` are
// raised
extern crate foo {} //~ERROR expected one of `;` or `as`, found `{`