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