blob: c06db91496f86c4348487e55b8cc442a4d47fd10 (
plain)
1
2
3
4
5
6
7
8
9
10
|
warning: unresolved link to `Self::foo`
--> $DIR/issue-103997.rs:5:13
|
LL | /// [`foo`](Self::foo)
| ^^^^^^^^^ no item named `Self` in scope
|
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
warning: 1 warning emitted
|