Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
rustdoc-ui
/
intra-doc
/
email-address-localhost.rs
blob: 3faff8a3cca5897a1ec33cc85577a8fcb5ea807e [
file
] [
log
] [
blame
]
//@ normalize-stderr: "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>.