granite-rust/tests/rustdoc/ice-nested-extern-crate-46271.rs

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

8 lines
130 B
Rust
Raw Normal View History

// 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;
}