summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/intra-doc/global-path.rs
blob: cc7a5fa1c7372a32fd97f51c9c7093e805ae9352 (plain)
1
2
3
4
5
6
7
8
// 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;