Sign in
rust
/
rust
/
refs/heads/beta
/
.
/
tests
/
rustdoc
/
pub-use-root-path-95873.rs
blob: 8e4fd9e8d508131b338e18400ca55884417f75dd [
file
] [
log
] [
blame
]
// https://github.com/rust-lang/rust/issues/95873
#![
crate_name
=
"foo"
]
//@ has foo/index.html "//dt" "pub use ::std as x;"
pub
use
::
std
as
x
;