Skip to content

Commit 8e76c76

Browse files
Update compiler/rustc_ty_utils/src/layout.rs
Fix formatting that rustfmt can't handle currently. Co-authored-by: Michael Goulet <[email protected]>
1 parent 804e938 commit 8e76c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_ty_utils/src/layout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ fn layout_of_uncached<'tcx>(
371371
let Abi::Scalar(e_abi) = e_ly.abi else {
372372
// This error isn't caught in typeck, e.g., if
373373
// the element type of the vector is generic.
374-
tcx.sess.emit_fatal(NonPrimitiveSimdType {ty, e_ty });
374+
tcx.sess.emit_fatal(NonPrimitiveSimdType { ty, e_ty });
375375
};
376376

377377
// Compute the size and alignment of the vector:

0 commit comments

Comments
 (0)