We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6bc18 commit 19a01fdCopy full SHA for 19a01fd
tests/mir-opt/const_array_locals.rs
@@ -2,6 +2,7 @@
2
3
// EMIT_MIR const_array_locals.main.PromoteArraysOpt.diff
4
// CHECK-LABEL: fn main() -> () {
5
+#[rustfmt::skip]
6
pub fn main() {
7
// CHECK: let [[array_lit:_.*]]: [i32; 32];
8
// CHECK: let mut [[moved_array:_.*]]: [u16; 32];
0 commit comments