1error: unknown disambiguator `hello`
2  --> $DIR/email-address-localhost.rs:4:18
3   |
4LL | //! Email me at <hello@localhost>.
5   |                  ^^^^^
6   |
7note: the lint level is defined here
8  --> $DIR/email-address-localhost.rs:2:9
9   |
10LL | #![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
15error: aborting due to previous error
16
17