Skip to content

Commit 991aa4d

Browse files
iSwapnaestebank
andauthored
Update compiler/rustc_codegen_ssa/src/mir/mod.rs
Co-authored-by: Esteban Kuber <[email protected]>
1 parent deb7c8c commit 991aa4d

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_codegen_ssa/src/mir

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/mir/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ pub fn codegen_mir<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>>(
246246
decl.source_info.span,
247247
|lint| {
248248
lint.primary_message(format!(
249-
"allocation of size: {:.2} {} exceeds most system architecture limits",
249+
"allocation of {:.2} {} exceeds most system architecture limits",
250250
size_quantity, size_unit
251251
));
252252
},

0 commit comments

Comments
 (0)