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

15 lines
449 B
Plaintext
Raw Normal View History

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