mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
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
|
|
|