Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
rustdoc-ui
/
intra-doc
/
global-path.rs
blob: 4064475355f32f6eb9caf1dadc4e361244d7fe67 [
file
] [
log
] [
blame
]
// 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
;