]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-doc/global-path.rs
Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister
[rust.git] / src / test / rustdoc-ui / intra-doc / global-path.rs
1 // Doc link path with empty prefix that resolves to "extern prelude" instead of a module.
2
3 // check-pass
4 // edition:2018
5
6 /// [::Unresolved]
7 //~^ WARN unresolved link to `::Unresolved`
8 pub struct Item;