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

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

9 lines
144 B
Rust
Raw Normal View History

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