2021-03-26 20:14:47 -05:00
|
|
|
error: unknown disambiguator `foo`
|
2021-03-28 19:16:54 -05:00
|
|
|
--> $DIR/unknown-disambiguator.rs:3:17
|
2021-03-26 20:14:47 -05:00
|
|
|
|
|
|
|
|
LL | //! Linking to [foo@banana] and [`bar@banana!()`].
|
2021-03-28 19:02:26 -05:00
|
|
|
| ^^^
|
2021-03-26 20:14:47 -05:00
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
2021-03-28 19:16:54 -05:00
|
|
|
--> $DIR/unknown-disambiguator.rs:1:9
|
2021-03-26 20:14:47 -05:00
|
|
|
|
|
|
|
|
LL | #![deny(warnings)]
|
|
|
|
| ^^^^^^^^
|
|
|
|
= note: `#[deny(rustdoc::broken_intra_doc_links)]` implied by `#[deny(warnings)]`
|
2021-04-04 19:02:32 -05:00
|
|
|
= note: see https://doc.rust-lang.org/nightly/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
|
2021-03-26 20:14:47 -05:00
|
|
|
|
|
|
|
error: unknown disambiguator `bar`
|
2021-03-28 19:16:54 -05:00
|
|
|
--> $DIR/unknown-disambiguator.rs:3:35
|
2021-03-26 20:14:47 -05:00
|
|
|
|
|
|
|
|
LL | //! Linking to [foo@banana] and [`bar@banana!()`].
|
2021-03-28 19:02:26 -05:00
|
|
|
| ^^^
|
2021-04-04 19:02:32 -05:00
|
|
|
|
|
|
|
|
= note: see https://doc.rust-lang.org/nightly/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
|
2021-03-26 20:14:47 -05:00
|
|
|
|
2021-03-28 19:16:54 -05:00
|
|
|
error: unknown disambiguator `foo`
|
|
|
|
--> $DIR/unknown-disambiguator.rs:9:34
|
|
|
|
|
|
|
|
|
LL | //! And with weird backticks: [``foo@hello``] [foo`@`hello].
|
|
|
|
| ^^^
|
2021-04-04 19:02:32 -05:00
|
|
|
|
|
|
|
|
= note: see https://doc.rust-lang.org/nightly/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
|
2021-03-28 19:16:54 -05:00
|
|
|
|
|
|
|
error: unknown disambiguator `foo`
|
|
|
|
--> $DIR/unknown-disambiguator.rs:9:48
|
|
|
|
|
|
|
|
|
LL | //! And with weird backticks: [``foo@hello``] [foo`@`hello].
|
|
|
|
| ^^^
|
2021-04-04 19:02:32 -05:00
|
|
|
|
|
|
|
|
= note: see https://doc.rust-lang.org/nightly/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
|
2021-03-28 19:16:54 -05:00
|
|
|
|
2021-03-26 20:14:47 -05:00
|
|
|
error: unknown disambiguator ``
|
2021-03-28 19:16:54 -05:00
|
|
|
--> $DIR/unknown-disambiguator.rs:6:31
|
2021-03-26 20:14:47 -05:00
|
|
|
|
|
|
|
|
LL | //! And to [no disambiguator](@nectarine) and [another](@apricot!()).
|
2021-03-28 19:02:26 -05:00
|
|
|
| ^
|
2021-04-04 19:02:32 -05:00
|
|
|
|
|
|
|
|
= note: see https://doc.rust-lang.org/nightly/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
|
2021-03-26 20:14:47 -05:00
|
|
|
|
|
|
|
error: unknown disambiguator ``
|
2021-03-28 19:16:54 -05:00
|
|
|
--> $DIR/unknown-disambiguator.rs:6:57
|
2021-03-26 20:14:47 -05:00
|
|
|
|
|
|
|
|
LL | //! And to [no disambiguator](@nectarine) and [another](@apricot!()).
|
2021-03-28 19:02:26 -05:00
|
|
|
| ^
|
2021-04-04 19:02:32 -05:00
|
|
|
|
|
|
|
|
= note: see https://doc.rust-lang.org/nightly/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators
|
2021-03-26 20:14:47 -05:00
|
|
|
|
2021-03-28 19:16:54 -05:00
|
|
|
error: aborting due to 6 previous errors
|
2021-03-26 20:14:47 -05:00
|
|
|
|