]> git.proxmox.com Git - rustc.git/blob - src/test/rustdoc-ui/intra-doc/global-path.rs
Update unsuspicious file list
[rustc.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;