2021-04-05 08:56:47 +00:00
|
|
|
error: `Foo::f#hola` contains an anchor, but links to fields are already anchored
|
|
|
|
--> $DIR/anchors.rs:25:15
|
|
|
|
|
|
|
|
|
LL | /// Or maybe [Foo::f#hola].
|
2021-04-14 20:59:41 +00:00
|
|
|
| ^^^^^^-----
|
|
|
|
| |
|
|
|
|
| invalid anchor
|
2021-07-11 02:25:36 +00:00
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/anchors.rs:1:9
|
|
|
|
|
|
|
|
|
LL | #![deny(rustdoc::broken_intra_doc_links)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2021-04-05 08:56:47 +00:00
|
|
|
|
2020-07-19 17:03:35 +00:00
|
|
|
error: `hello#people#!` contains multiple anchors
|
2020-11-29 02:10:37 +00:00
|
|
|
--> $DIR/anchors.rs:31:28
|
2019-11-23 17:45:55 +00:00
|
|
|
|
|
|
|
|
LL | /// Another anchor error: [hello#people#!].
|
2021-04-14 20:59:41 +00:00
|
|
|
| ^^^^^^^^^^^^--
|
|
|
|
| |
|
|
|
|
| invalid anchor
|
2019-11-23 17:45:55 +00:00
|
|
|
|
2020-08-21 20:12:39 +00:00
|
|
|
error: `Enum::A#whatever` contains an anchor, but links to variants are already anchored
|
2020-11-29 02:10:37 +00:00
|
|
|
--> $DIR/anchors.rs:37:28
|
2019-11-23 17:45:55 +00:00
|
|
|
|
|
|
|
|
LL | /// Damn enum's variants: [Enum::A#whatever].
|
2021-04-14 20:59:41 +00:00
|
|
|
| ^^^^^^^---------
|
|
|
|
| |
|
|
|
|
| invalid anchor
|
2019-11-23 17:45:55 +00:00
|
|
|
|
2021-07-11 02:25:36 +00:00
|
|
|
error: aborting due to 3 previous errors
|
2019-11-23 17:45:55 +00:00
|
|
|
|