Skip to content

Commit 382ddcd

Browse files
iSwapnaestebank
andcommitted
Update compiler/rustc_codegen_ssa/src/mir/mod.rs
Co-authored-by: Esteban Kuber <[email protected]>
1 parent 61f70ba commit 382ddcd

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ pub fn codegen_mir<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>>(
257257
decl.source_info.span,
258258
|lint| {
259259
lint.primary_message(format!(
260-
"allocation of size: {:.2} {} exceeds most system architecture limits",
260+
"allocation of {:.2} {} exceeds most system architecture limits",
261261
size_quantity, size_unit
262262
));
263263
},

0 commit comments

Comments
 (0)