Sign in
fuchsia
/
third_party
/
rust
/
9ffe161ce8a016fa98b6a6d6b269691cb3a44c46
/
.
/
tests
/
rustdoc-ui
/
nested-extern-crate-46271.rs
blob: 9efc8063f92c3de8f346436637f3a94789dae5bb [
file
] [
log
] [
blame
]
//@ check-pass
// hopefully this doesn't cause an ICE
// https://github.com/rust-lang/rust/issues/46271
pub
fn
foo
()
{
extern
crate std
;
}