@@ -10,47 +10,36 @@ 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
1413
1514error: unknown disambiguator `bar`
1615 --> $DIR/unknown-disambiguator.rs:3:35
1716 |
1817LL | //! Linking to [foo@banana] and [`bar@banana!()`].
1918 | ^^^
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
2219
2320error: unknown disambiguator `foo`
2421 --> $DIR/unknown-disambiguator.rs:9:34
2522 |
2623LL | //! And with weird backticks: [``foo@hello``] [foo`@`hello].
2724 | ^^^
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
3025
3126error: unknown disambiguator `foo`
3227 --> $DIR/unknown-disambiguator.rs:9:48
3328 |
3429LL | //! And with weird backticks: [``foo@hello``] [foo`@`hello].
3530 | ^^^
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
3831
3932error: unknown disambiguator ``
4033 --> $DIR/unknown-disambiguator.rs:6:31
4134 |
4235LL | //! And to [no disambiguator](@nectarine) and [another](@apricot!()).
4336 | ^
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
4637
4738error: unknown disambiguator ``
4839 --> $DIR/unknown-disambiguator.rs:6:57
4940 |
5041LL | //! And to [no disambiguator](@nectarine) and [another](@apricot!()).
5142 | ^
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
5443
5544error: aborting due to 6 previous errors
5645
0 commit comments