rust/tests/rustdoc/pub-use-root-path-95873.rs

6 lines
146 B
Rust
Raw Normal View History

2024-05-21 19:28:30 +00:00
// https://github.com/rust-lang/rust/issues/95873
#![crate_name = "foo"]
2025-01-17 20:41:51 +00:00
//@ has foo/index.html "//dt" "pub use ::std as x;"
pub use ::std as x;