]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0452.rs
Rollup merge of #101388 - compiler-errors:issue-101376, r=fee1-dead
[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 }