]> git.lizzy.rs Git - rust.git/blob - tests/ui/use/issue-60976-extern-use-primitive-type.rs
Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeGomez
[rust.git] / tests / ui / use / issue-60976-extern-use-primitive-type.rs
1 // Regression test for #60976: ICE (with <=1.36.0) when another file had `use <primitive_type>;`.
2 // check-pass
3 // aux-build:extern-use-primitive-type-lib.rs
4
5 extern crate extern_use_primitive_type_lib;
6
7 fn main() {}