]> git.proxmox.com Git - rustc.git/blob - src/test/rustdoc-ui/assoc-item-not-in-scope.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.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