rust/tests/rustdoc-ui/intra-doc/alias-ice.stderr

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

15 lines
451 B
Plaintext
Raw Normal View History

error: unresolved link to `TypeAlias::hoge`
--> $DIR/alias-ice.rs:5:30
2018-07-29 22:07:39 +00:00
|
2019-03-09 12:03:44 +00:00
LL | /// [broken cross-reference](TypeAlias::hoge)
| ^^^^^^^^^^^^^^^ the type alias `TypeAlias` has no associated item named `hoge`
2018-07-29 22:07:39 +00:00
|
2020-01-22 23:57:38 +00:00
note: the lint level is defined here
--> $DIR/alias-ice.rs:1:9
2018-07-29 22:07:39 +00:00
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-07-29 22:07:39 +00:00
error: aborting due to 1 previous error