Skip to content

Commit

Permalink
Add 82329
Browse files Browse the repository at this point in the history
  • Loading branch information
fanninpm committed Feb 20, 2021
1 parent b518f23 commit 69a58fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ices/82329.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

rustc -Zunpretty=hir,typed - <<'EOF'
pub fn main() {
if true {
} else if let a = 1 { //~ WARN irrefutable `if let`
}
}
EOF

0 comments on commit 69a58fd

Please sign in to comment.