]> git.proxmox.com Git - rustc.git/blob - src/test/rustdoc-ui/intra-links-anchors.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / rustdoc-ui / intra-links-anchors.stderr
1 error: `Foo::f#hola` contains an anchor, but links to fields are already anchored
2 --> $DIR/intra-links-anchors.rs:25:15
3 |
4 LL | /// Or maybe [Foo::f#hola].
5 | ^^^^^^^^^^^ contains invalid anchor
6 |
7 note: the lint level is defined here
8 --> $DIR/intra-links-anchors.rs:1:9
9 |
10 LL | #![deny(broken_intra_doc_links)]
11 | ^^^^^^^^^^^^^^^^^^^^^^
12
13 error: `hello#people#!` contains multiple anchors
14 --> $DIR/intra-links-anchors.rs:31:28
15 |
16 LL | /// Another anchor error: [hello#people#!].
17 | ^^^^^^^^^^^^^^ contains invalid anchor
18
19 error: `Enum::A#whatever` contains an anchor, but links to variants are already anchored
20 --> $DIR/intra-links-anchors.rs:37:28
21 |
22 LL | /// Damn enum's variants: [Enum::A#whatever].
23 | ^^^^^^^^^^^^^^^^ contains invalid anchor
24
25 error: `u32#hello` contains an anchor, but links to builtin types are already anchored
26 --> $DIR/intra-links-anchors.rs:43:6
27 |
28 LL | /// [u32#hello]
29 | ^^^^^^^^^ contains invalid anchor
30
31 error: aborting due to 4 previous errors
32