Skip to content

Commit 0a91619

Browse files
committed
fmt
1 parent 366b41a commit 0a91619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/mir-opt/const_array_locals.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// EMIT_MIR const_array_locals.main.PromoteArraysOpt.diff
44
// CHECK-LABEL: fn main() -> () {
5+
#[rustfmt::skip]
56
pub fn main() {
67
// CHECK: let [[array_lit:_.*]]: [i32; 32];
78
// CHECK: let mut [[moved_array:_.*]]: [u16; 32];

0 commit comments

Comments
 (0)