Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
add another ice
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Feb 12, 2022
1 parent c34cdca commit 6c2e20c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ices/93871.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
rustc -Cdebuginfo=2 - 2>&1 << EOF
#![feature(unsized_tuple_coercion)]
fn main() {
let x : &(i32, i32, [i32]) = &(0, 1, [2, 3]);
}
EOF

0 comments on commit 6c2e20c

Please sign in to comment.