2018-07-29 17:07:39 -05:00
|
|
|
error: `[TypeAlias::hoge]` cannot be resolved, ignoring it...
|
|
|
|
--> $DIR/intra-doc-alias-ice.rs:15:30
|
|
|
|
|
|
2018-09-19 18:39:39 -05:00
|
|
|
LL | /// [broken cross-reference](TypeAlias::hoge) //~ ERROR
|
2018-07-29 17:07:39 -05:00
|
|
|
| ^^^^^^^^^^^^^^^ cannot be resolved, ignoring
|
|
|
|
|
|
|
|
|
note: lint level defined here
|
|
|
|
--> $DIR/intra-doc-alias-ice.rs:11:9
|
|
|
|
|
|
2018-09-19 18:39:39 -05:00
|
|
|
LL | #![deny(intra_doc_link_resolution_failure)]
|
2018-07-29 17:07:39 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
= help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`
|
|
|
|
|