rust/src/test/rustdoc-ui/intra-doc/unknown-disambiguator.stderr

46 lines
1.4 KiB
Plaintext
Raw Normal View History

error: unknown disambiguator `foo`
2021-03-28 19:16:54 -05:00
--> $DIR/unknown-disambiguator.rs:3:17
|
LL | //! Linking to [foo@banana] and [`bar@banana!()`].
| ^^^
|
note: the lint level is defined here
2021-03-28 19:16:54 -05:00
--> $DIR/unknown-disambiguator.rs:1:9
|
LL | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(rustdoc::broken_intra_doc_links)]` implied by `#[deny(warnings)]`
error: unknown disambiguator `bar`
2021-03-28 19:16:54 -05:00
--> $DIR/unknown-disambiguator.rs:3:35
|
LL | //! Linking to [foo@banana] and [`bar@banana!()`].
| ^^^
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].
| ^^^
error: unknown disambiguator `foo`
--> $DIR/unknown-disambiguator.rs:9:48
|
LL | //! And with weird backticks: [``foo@hello``] [foo`@`hello].
| ^^^
error: unknown disambiguator ``
2021-03-28 19:16:54 -05:00
--> $DIR/unknown-disambiguator.rs:6:31
|
LL | //! And to [no disambiguator](@nectarine) and [another](@apricot!()).
| ^
error: unknown disambiguator ``
2021-03-28 19:16:54 -05:00
--> $DIR/unknown-disambiguator.rs:6:57
|
LL | //! And to [no disambiguator](@nectarine) and [another](@apricot!()).
| ^
2021-03-28 19:16:54 -05:00
error: aborting due to 6 previous errors