]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/reference-link-has-one-warning.stderr
Generate docs for links to private items when passed --document-private
[rust.git] / src / test / rustdoc-ui / reference-link-has-one-warning.stderr
1 warning: `[with#anchor#error]` has an issue with the link anchor.
2   --> $DIR/reference-link-has-one-warning.rs:3:18
3    |
4 LL | /// docs [label][with#anchor#error]
5    |                  ^^^^^^^^^^^^^^^^^ only one `#` is allowed in a link
6    |
7    = note: `#[warn(intra_doc_link_resolution_failure)]` on by default
8
9 warning: 1 warning emitted
10