]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0452.rs
Suggest `if let`/`let_else` for refutable pat in `let`
[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 }