summary refs log tree commit diff
path: root/src/test/rustdoc-ui/intra-doc-alias-ice.stderr
blob: f1c07e31cd7530c6fe0f8df12b703b53488e8307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: unresolved link to `TypeAlias::hoge`
  --> $DIR/intra-doc-alias-ice.rs:5:30
   |
LL | /// [broken cross-reference](TypeAlias::hoge)
   |                              ^^^^^^^^^^^^^^^ unresolved link
   |
note: the lint level is defined here
  --> $DIR/intra-doc-alias-ice.rs:1:9
   |
LL | #![deny(broken_intra_doc_links)]
   |         ^^^^^^^^^^^^^^^^^^^^^^
   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: aborting due to previous error