Files
rust/tests/rustdoc-ui/issues/ice-unresolved-self-103997.stderr

11 lines
278 B
Plaintext

warning: unresolved link to `Self::foo`
--> $DIR/ice-unresolved-self-103997.rs:6: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