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

Commit 7b4c527

Browse files
authored
Merge pull request #1129 from matthiaskrgr/revert
add ice + revert TAIT issue move
2 parents da7d9eb + 6c2e20c commit 7b4c527

15 files changed

+8
-0
lines changed
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.

ices/93871.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
rustc -Cdebuginfo=2 - 2>&1 << EOF
2+
3+
#![feature(unsized_tuple_coercion)]
4+
fn main() {
5+
let x : &(i32, i32, [i32]) = &(0, 1, [2, 3]);
6+
}
7+
8+
EOF

0 commit comments

Comments
 (0)