We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c71a5 commit 0c59544Copy full SHA for 0c59544
tests/ui/const_prop/ice-issue-111353.rs
@@ -0,0 +1,7 @@
1
+// build-pass
2
+#![crate_type = "lib"]
3
+#![feature(unsized_fn_params)]
4
+
5
+pub fn f(mut x: [i32]) {
6
+ x[0] = 1;
7
+}
0 commit comments