]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0452.rs
Auto merge of #86166 - tmiasko:no-alloca-for-zsts, r=nagisa
[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 }