@@ -10,47 +10,36 @@ note: the lint level is defined here
10
10
LL | #![deny(warnings)]
11
11
| ^^^^^^^^
12
12
= note: `#[deny(rustdoc::broken_intra_doc_links)]` implied by `#[deny(warnings)]`
13
- = note: see https://doc.rust-lang.org/nightly/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
14
13
15
14
error: unknown disambiguator `bar`
16
15
--> $DIR/unknown-disambiguator.rs:3:35
17
16
|
18
17
LL | //! Linking to [foo@banana] and [`bar@banana!()`].
19
18
| ^^^
20
- |
21
- = note: see https://doc.rust-lang.org/nightly/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
22
19
23
20
error: unknown disambiguator `foo`
24
21
--> $DIR/unknown-disambiguator.rs:9:34
25
22
|
26
23
LL | //! And with weird backticks: [``foo@hello``] [foo`@`hello].
27
24
| ^^^
28
- |
29
- = note: see https://doc.rust-lang.org/nightly/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
30
25
31
26
error: unknown disambiguator `foo`
32
27
--> $DIR/unknown-disambiguator.rs:9:48
33
28
|
34
29
LL | //! And with weird backticks: [``foo@hello``] [foo`@`hello].
35
30
| ^^^
36
- |
37
- = note: see https://doc.rust-lang.org/nightly/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
38
31
39
32
error: unknown disambiguator ``
40
33
--> $DIR/unknown-disambiguator.rs:6:31
41
34
|
42
35
LL | //! And to [no disambiguator](@nectarine) and [another](@apricot!()).
43
36
| ^
44
- |
45
- = note: see https://doc.rust-lang.org/nightly/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
46
37
47
38
error: unknown disambiguator ``
48
39
--> $DIR/unknown-disambiguator.rs:6:57
49
40
|
50
41
LL | //! And to [no disambiguator](@nectarine) and [another](@apricot!()).
51
42
| ^
52
- |
53
- = note: see https://doc.rust-lang.org/nightly/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
54
43
55
44
error: aborting due to 6 previous errors
56
45
0 commit comments