blob: 9465e8e7ab99649bfff1c0a9fe6f64c3f267ca03 (
plain)
1
2
3
4
5
6
7
|
// normalize-stderr-test: "nightly|beta|1\.[0-9][0-9]\.[0-9]" -> "$$CHANNEL"
#![deny(warnings)]
//! Email me at <hello@localhost>.
//~^ ERROR unknown disambiguator `hello`
//! This should *not* warn: <hello@example.com>.
|