]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0452.rs
Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett
[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 }