Skip to content

Commit

Permalink
Add 85871
Browse files Browse the repository at this point in the history
  • Loading branch information
fanninpm committed Jun 4, 2021
1 parent e4a9525 commit 52b7325
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ices/85871.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

rustc -Z thir-unsafeck=yes - <<'EOF'
struct Bug {
inner: [(); match || 1 {
n => n(),
}],
}
fn main() {}
EOF

0 comments on commit 52b7325

Please sign in to comment.