rust/tests/ui/error-codes/E0452.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
161 B
Rust
Raw Normal View History

2016-08-19 14:44:47 +00:00
#![allow(foo = "")] //~ ERROR E0452
2020-01-08 17:02:10 +00:00
//~| ERROR E0452
//~| ERROR E0452
//~| ERROR E0452
2016-08-19 14:44:47 +00:00
fn main() {
}