summary refs log tree commit diff
path: root/src/test/rustdoc-ui/intra-doc-alias-ice.stderr
blob: 231963976ea75958bb59f9d2b9801c0f07b738fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: `[TypeAlias::hoge]` cannot be resolved, ignoring it...
  --> $DIR/intra-doc-alias-ice.rs:15:30
   |
15 | /// [broken cross-reference](TypeAlias::hoge) //~ ERROR
   |                              ^^^^^^^^^^^^^^^ cannot be resolved, ignoring
   |
note: lint level defined here
  --> $DIR/intra-doc-alias-ice.rs:11:9
   |
11 | #![deny(intra_doc_link_resolution_failure)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   = help: to escape `[` and `]` characters, just add '/' before them like `/[` or `/]`