rust/tests/rustdoc-ui/intra-doc/assoc-item-not-in-scope.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
417 B
Plaintext
Raw Normal View History

2020-08-08 13:57:35 -05:00
error: unresolved link to `S::fmt`
--> $DIR/assoc-item-not-in-scope.rs:4:15
2020-08-08 13:57:35 -05:00
|
LL | /// Link to [`S::fmt`]
| ^^^^^^ 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
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2020-08-08 13:57:35 -05:00
error: aborting due to previous error