rust/tests/rustdoc-ui/intra-doc/global-path.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
204 B
Rust
Raw Normal View History

// 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;