]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0602.rs
Suggest `if let`/`let_else` for refutable pat in `let`
[rust.git] / src / test / ui / error-codes / E0602.rs
1 // compile-flags:-D bogus
2
3 // error-pattern:E0602
4 // error-pattern:requested on the command line with `-D bogus`
5
6 fn main() {}