]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-doc/global-path.rs
Rollup merge of #94831 - yaahc:lib-tracking-issue-template-update, r=JohnTitor
[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;