]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/intra-doc/email-address-localhost.rs
Auto merge of #85919 - workingjubilee:simd-ptrs-are-valid, r=petrochenkov
[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>.