11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
|
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
|
||
|
|