mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-13 03:55:49 +00:00
8 lines
193 B
Rust
8 lines
193 B
Rust
//@ 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>.
|