rust/tests/rustdoc-ui/nested-extern-crate-46271.rs

9 lines
145 B
Rust
Raw Normal View History

//@ check-pass
// hopefully this doesn't cause an ICE
2023-11-20 11:50:25 -07:00
// https://github.com/rust-lang/rust/issues/46271
pub fn foo() {
extern crate std;
}