]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/issue-103997.rs
Rollup merge of #105493 - WaffleLapkin:unchoke-r-a, r=Nilstrieb
[rust.git] / src / test / rustdoc-ui / issue-103997.rs
1 // check-pass
2
3 pub fn foo() {}
4
5 /// [`foo`](Self::foo) //~ WARNING unresolved link to `Self::foo`
6 pub use foo as bar;