2020-08-08 13:57:35 -05:00
|
|
|
error: unresolved link to `S::fmt`
|
2021-07-19 10:00:35 -05:00
|
|
|
--> $DIR/assoc-item-not-in-scope.rs:4:15
|
2020-08-08 13:57:35 -05:00
|
|
|
|
|
|
|
|
LL | /// Link to [`S::fmt`]
|
2021-07-19 10:00:35 -05:00
|
|
|
| ^^^^^^ the struct `S` has no field or associated item named `fmt`
|
2020-08-08 13:57:35 -05:00
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/assoc-item-not-in-scope.rs:1:9
|
|
|
|
|
|
2020-12-29 22:16:16 -06:00
|
|
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2020-08-08 13:57:35 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|