about summary refs log tree commit diff
path: root/tests/rustdoc/pub-use-root-path-95873.rs
blob: 8e4fd9e8d508131b338e18400ca55884417f75dd (plain)
1
2
3
4
5
// 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;