rust/tests/rustdoc-ui/intra-doc/alias-ice.stderr

15 lines
449 B
Plaintext
Raw Normal View History

error: unresolved link to `TypeAlias::hoge`
--> $DIR/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)
| ^^^^^^^^^^^^^^^ the type alias `TypeAlias` has no associated item named `hoge`
2018-07-30 00:07:39 +02:00
|
2020-01-22 23:57:38 +00:00
note: the lint level is defined here
--> $DIR/alias-ice.rs:1:9
2018-07-30 00:07:39 +02:00
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2018-07-30 00:07:39 +02:00
error: aborting due to previous error