summary refs log tree commit diff
path: root/src/test/rustdoc-ui/intra-doc/email-address-localhost.stderr
blob: 1b07828fc6e55e4217022e220646b0d61ef530a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error: unknown disambiguator `hello`
  --> $DIR/email-address-localhost.rs:4:18
   |
LL | //! Email me at <hello@localhost>.
   |                  ^^^^^
   |
note: the lint level is defined here
  --> $DIR/email-address-localhost.rs:2:9
   |
LL | #![deny(warnings)]
   |         ^^^^^^^^
   = note: `#[deny(rustdoc::broken_intra_doc_links)]` implied by `#[deny(warnings)]`
   = note: see https://doc.rust-lang.org/$CHANNEL/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators

error: aborting due to previous error