rust/tests/rustdoc-ui/intra-doc/email-address-localhost.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
198 B
Rust
Raw Normal View History

//@ normalize-stderr-test: "nightly|beta|1\.[0-9][0-9]\.[0-9]" -> "$$CHANNEL"
//@ check-pass
#![deny(warnings)]
//! Email me at <hello@localhost>.
//! This should *not* warn: <hello@example.com>.