rust/tests/ui/keyword/extern/keyword-extern-as-identifier-use.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
142 B
Rust
Raw Normal View History

2019-01-13 07:18:00 -06:00
use extern::foo; //~ ERROR expected identifier, found keyword `extern`
//~| ERROR unresolved import `r#extern`
2019-01-13 07:18:00 -06:00
fn main() {}