Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
ice-reexport-crate-root-28927.rs
blob: b4215f7d1aa92d2f957d8460e18c39876a6f9cae [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:issue-28927-2.rs
//@ aux-build:issue-28927-1.rs
//@ ignore-cross-compile
// https://github.com/rust-lang/rust/issues/28927
#![
crate_name
=
"issue_28927"
]
pub
extern
crate issue_28927_1
as
inner1
;
pub
use
inner1
as
foo
;