]> git.proxmox.com Git - rustc.git/blob - tests/ui/parser/extern-foreign-crate.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / parser / extern-foreign-crate.rs
1 // Verifies that the expected token errors for `extern crate` are
2 // raised
3
4 extern crate foo {} //~ERROR expected one of `;` or `as`, found `{`