blob: a1eeb60f1785a56ec8c0081c7a5ccd6c56545844 (
plain)
1
2
3
4
5
6
7
8
9
10
|
warning: `[with#anchor#error]` has an issue with the link anchor.
--> $DIR/reference-link-has-one-warning.rs:3:18
|
LL | /// docs [label][with#anchor#error]
| ^^^^^^^^^^^^^^^^^ only one `#` is allowed in a link
|
= note: `#[warn(broken_intra_doc_links)]` on by default
warning: 1 warning emitted
|