rust/src/test/ui/error-codes/E0452.rs
Vadim Petrochenkov 642669c74d Update tests
2020-01-09 21:23:12 +03:00

8 lines
235 B
Rust

#![allow(foo = "")] //~ ERROR E0452
//~| ERROR E0452
//~| ERROR E0452
//~| ERROR E0452
//~| ERROR E0452
//~| ERROR E0452
fn main() {
}