2020-07-19 12:03:35 -05:00
|
|
|
error: unresolved link to `TypeAlias::hoge`
|
2020-11-28 20:10:37 -06:00
|
|
|
--> $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)
|
2020-09-11 13:00:40 -05:00
|
|
|
| ^^^^^^^^^^^^^^^ 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
|
2020-11-28 20:10:37 -06:00
|
|
|
--> $DIR/alias-ice.rs:1:9
|
2018-07-29 17:07:39 -05:00
|
|
|
|
|
2020-12-29 22:16:16 -06:00
|
|
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2018-07-29 17:07:39 -05:00
|
|
|
|
2018-12-08 13:30:23 -06:00
|
|
|
error: aborting due to previous error
|
|
|
|
|