]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-doc-alias-ice.stderr
Auto merge of #59211 - nox:refcell-borrow-state, r=KodrAus
[rust.git] / src / test / rustdoc-ui / intra-doc-alias-ice.stderr
1 error: `[TypeAlias::hoge]` cannot be resolved, ignoring it...
2   --> $DIR/intra-doc-alias-ice.rs:5:30
3    |
4 LL | /// [broken cross-reference](TypeAlias::hoge)
5    |                              ^^^^^^^^^^^^^^^ cannot be resolved, ignoring
6    |
7 note: lint level defined here
8   --> $DIR/intra-doc-alias-ice.rs:1:9
9    |
10 LL | #![deny(intra_doc_link_resolution_failure)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12    = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
13
14 error: aborting due to previous error
15