]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0452.rs
Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042' into clippyup
[rust.git] / src / test / ui / error-codes / E0452.rs
1 #![allow(foo = "")] //~ ERROR E0452
2                     //~| ERROR E0452
3                     //~| ERROR E0452
4                     //~| ERROR E0452
5 fn main() {
6 }