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 16:44:47 +02:00
#![allow(foo = "")] //~ ERROR E0452
2020-01-08 20:02:10 +03:00
//~| ERROR E0452
//~| ERROR E0452
//~| ERROR E0452
2016-08-19 16:44:47 +02:00
fn main() {
}