]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/intra-doc/global-path.rs
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast, r...
[rust.git] / tests / 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;