blob: 5bbc62b76dd044fc85f91a8ea7143c855e70bc7d (
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(intra_doc_link_resolution_failure)]` on by default
warning: 1 warning emitted
|