Skip to content

Commit

Permalink
Add 82290
Browse files Browse the repository at this point in the history
  • Loading branch information
fanninpm committed Feb 20, 2021
1 parent 742f024 commit db87a92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ices/82290.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#![feature(let_chains)]

fn main() {
if true && let x = 1 {
let _ = x;
}
}

0 comments on commit db87a92

Please sign in to comment.