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