mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
8 lines
196 B
Rust
8 lines
196 B
Rust
// 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>.
|