]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-doc/email-address-localhost.rs
resolve: Fix resolution of empty paths passed from rustdoc
[rust.git] / src / test / rustdoc-ui / intra-doc / email-address-localhost.rs
1 // normalize-stderr-test: "nightly|beta|1\.[0-9][0-9]\.[0-9]" -> "$$CHANNEL"
2 #![deny(warnings)]
3
4 //! Email me at <hello@localhost>.
5 //~^ ERROR unknown disambiguator `hello`
6
7 //! This should *not* warn: <hello@example.com>.