2019-11-25 14:24:53 +01:00
|
|
|
error: `[TypeAlias::hoge]` cannot be resolved, ignoring it.
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/intra-doc-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)
|
2018-07-30 00:07:39 +02:00
|
|
|
| ^^^^^^^^^^^^^^^ cannot be resolved, ignoring
|
|
|
|
|
|
2020-01-22 23:57:38 +00:00
|
|
|
note: the lint level is defined here
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/intra-doc-alias-ice.rs:1:9
|
2018-07-30 00:07:39 +02:00
|
|
|
|
|
2018-09-19 18:39:39 -05:00
|
|
|
LL | #![deny(intra_doc_link_resolution_failure)]
|
2018-07-30 00:07:39 +02:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2019-03-13 00:47:36 -04:00
|
|
|
= help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
|
2018-07-30 00:07:39 +02:00
|
|
|
|
2018-12-08 20:30:23 +01:00
|
|
|
error: aborting due to previous error
|
|
|
|
|