@@ -10,36 +10,47 @@ note: the lint level is defined here
1010LL | #![deny(warnings)]
1111 | ^^^^^^^^
1212 = 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
1314
1415error: unknown disambiguator `bar`
1516 --> $DIR/unknown-disambiguator.rs:3:35
1617 |
1718LL | //! Linking to [foo@banana] and [`bar@banana!()`].
1819 | ^^^
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
1922
2023error: unknown disambiguator `foo`
2124 --> $DIR/unknown-disambiguator.rs:9:34
2225 |
2326LL | //! And with weird backticks: [``foo@hello``] [foo`@`hello].
2427 | ^^^
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
2530
2631error: unknown disambiguator `foo`
2732 --> $DIR/unknown-disambiguator.rs:9:48
2833 |
2934LL | //! And with weird backticks: [``foo@hello``] [foo`@`hello].
3035 | ^^^
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
3138
3239error: unknown disambiguator ``
3340 --> $DIR/unknown-disambiguator.rs:6:31
3441 |
3542LL | //! And to [no disambiguator](@nectarine) and [another](@apricot!()).
3643 | ^
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
3746
3847error: unknown disambiguator ``
3948 --> $DIR/unknown-disambiguator.rs:6:57
4049 |
4150LL | //! And to [no disambiguator](@nectarine) and [another](@apricot!()).
4251 | ^
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
4354
4455error: aborting due to 6 previous errors
4556
0 commit comments