summaryrefslogtreecommitdiffstats
path: root/src/test/ui/error-codes/E0452.rs
blob: 5066cd99be9fa38aa64be05dff62705f2d498f77 (plain)
1
2
3
4
5
6
#![allow(foo = "")] //~ ERROR E0452
                    //~| ERROR E0452
                    //~| ERROR E0452
                    //~| ERROR E0452
fn main() {
}