rust/tests/rustdoc-ui/intra-doc/global-path.rs
2023-01-11 09:32:08 +00:00

9 lines
202 B
Rust

// Doc link path with empty prefix that resolves to "extern prelude" instead of a module.
// check-pass
// edition:2018
/// [::Unresolved]
//~^ WARN unresolved link to `::Unresolved`
pub struct Item;