Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
intra-doc
/
email-address-localhost.rs
blob: adef39527eb0f6258a95085f6d66d8d077780c9e [
file
] [
log
] [
blame
] [
edit
]
//@ 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: <
[email protected]
>.