]> git.lizzy.rs Git - rust.git/blob - tests/ui/keyword/extern/keyword-extern-as-identifier-type.rs
Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco
[rust.git] / tests / ui / keyword / extern / keyword-extern-as-identifier-type.rs
1 type A = extern::foo::bar; //~ ERROR expected type, found keyword `extern`
2
3 fn main() {}