We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366b41a commit 0a91619Copy full SHA for 0a91619
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