]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/assoc-item-not-in-scope.stderr
make unaligned_refereces future-incompat lint warn-by-default, and remove the safe_pa...
[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    |              ^^^^^^^^ the struct `S` has no field or associated item named `fmt`
6    |
7 note: the lint level is defined here
8   --> $DIR/assoc-item-not-in-scope.rs:1:9
9    |
10 LL | #![deny(rustdoc::broken_intra_doc_links)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14