We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d5ecca + 821eef5 commit ad6d303Copy full SHA for ad6d303
src/test/ui/issues/issue-53275.rs
@@ -0,0 +1,9 @@
1
+// build-pass
2
+
3
+#![crate_type = "lib"]
4
+#![allow(unconditional_panic)]
5
+struct S(u8);
6
7
+pub fn ice() {
8
+ S([][0]);
9
+}
0 commit comments