blob: de215b2163bd4e28d1100720c34876aa08ec4f8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
error: unknown disambiguator `hello`
--> $DIR/email-address-localhost.rs:3:18
|
LL | //! Email me at <hello@localhost>.
| ^^^^^
|
note: the lint level is defined here
--> $DIR/email-address-localhost.rs:1:9
|
LL | #![deny(warnings)]
| ^^^^^^^^
= note: `#[deny(rustdoc::broken_intra_doc_links)]` implied by `#[deny(warnings)]`
error: aborting due to previous error
|