2022-11-06 20:58:16 +09:00
|
|
|
warning: unresolved link to `Self::foo`
|
2024-12-08 21:59:23 -07:00
|
|
|
--> $DIR/ice-unresolved-self-103997.rs:6:13
|
2022-11-06 20:58:16 +09:00
|
|
|
|
|
|
|
|
|
LL | /// [`foo`](Self::foo)
|
|
|
|
|
| ^^^^^^^^^ no item named `Self` in scope
|
|
|
|
|
|
|
|
|
|
|
= note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
|
|
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|
|