mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 19:04:09 +00:00
4 lines
138 B
Rust
4 lines
138 B
Rust
// Verifies that the expected token errors for `extern crate` are raised.
|
|
|
|
extern "C" mod foo; //~ERROR expected `{`, found keyword `mod`
|