]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-doc/email-address-localhost.stderr
Auto merge of #79608 - alessandrod:bpf, r=nagisa
[rust.git] / src / test / rustdoc-ui / intra-doc / email-address-localhost.stderr
1 error: unknown disambiguator `hello`
2   --> $DIR/email-address-localhost.rs:4:18
3    |
4 LL | //! Email me at <hello@localhost>.
5    |                  ^^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/email-address-localhost.rs:2:9
9    |
10 LL | #![deny(warnings)]
11    |         ^^^^^^^^
12    = note: `#[deny(rustdoc::broken_intra_doc_links)]` implied by `#[deny(warnings)]`
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
15 error: aborting due to previous error
16