- Pass it explicitly where appropriate - Update stderr files and warnings; it turns that unstable-options has far-reaching effects on diagnostics.
7 lines
161 B
Rust
7 lines
161 B
Rust
#![allow(foo = "")] //~ ERROR E0452
|
|
//~| ERROR E0452
|
|
//~| ERROR E0452
|
|
//~| ERROR E0452
|
|
fn main() {
|
|
}
|