]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/assoc-item-not-in-scope.stderr
Rollup merge of #75837 - GuillaumeGomez:fix-font-color-help-button, r=Cldfire
[rust.git] / src / test / rustdoc-ui / assoc-item-not-in-scope.stderr
1 error: unresolved link to `S::fmt`
2   --> $DIR/assoc-item-not-in-scope.rs:4:14
3    |
4 LL | /// Link to [`S::fmt`]
5    |              ^^^^^^^^ unresolved link
6    |
7 note: the lint level is defined here
8   --> $DIR/assoc-item-not-in-scope.rs:1:9
9    |
10 LL | #![deny(broken_intra_doc_links)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^
12    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
13
14 error: aborting due to previous error
15