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 804e938 commit 8e76c76Copy full SHA for 8e76c76
compiler/rustc_ty_utils/src/layout.rs
@@ -371,7 +371,7 @@ fn layout_of_uncached<'tcx>(
371
let Abi::Scalar(e_abi) = e_ly.abi else {
372
// This error isn't caught in typeck, e.g., if
373
// the element type of the vector is generic.
374
- tcx.sess.emit_fatal(NonPrimitiveSimdType {ty, e_ty });
+ tcx.sess.emit_fatal(NonPrimitiveSimdType { ty, e_ty });
375
};
376
377
// Compute the size and alignment of the vector:
0 commit comments