]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-doc/email-address-localhost.stderr
Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrum
[rust.git] / src / test / rustdoc-ui / intra-doc / email-address-localhost.stderr
1 error: unknown disambiguator `hello`
2   --> $DIR/email-address-localhost.rs:3: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:1:9
9    |
10 LL | #![deny(warnings)]
11    |         ^^^^^^^^
12    = note: `#[deny(rustdoc::broken_intra_doc_links)]` implied by `#[deny(warnings)]`
13
14 error: aborting due to previous error
15