Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
pub-use-root-path-95873.rs
blob: e3d5ee6e31581e18efb593d6a1092f340773eb58 [
file
] [
log
] [
blame
] [
edit
]
// https://github.com/rust-lang/rust/issues/95873
#![
crate_name
=
"foo"
]
//@ has foo/index.html "//*[@class='item-name']" "pub use ::std as x;"
pub
use
::
std
as
x
;