blob: 43380b07ee0efaec0c85686c9790e9ecc444f859 [file]
// 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`
///
/// [::std::unresolved]
//~^ WARN unresolved link to `::std::unresolved`
pub struct Item;