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

Commit

Permalink
Merge pull request #1129 from matthiaskrgr/revert
Browse files Browse the repository at this point in the history
add ice + revert TAIT issue move
  • Loading branch information
Alexendoo authored Feb 12, 2022
2 parents da7d9eb + 6c2e20c commit 7b4c527
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 7b4c527

Please sign in to comment.