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