Skip to content

Commit ec78d7b

Browse files
iSwapnaestebank
andcommitted
Update compiler/rustc_codegen_ssa/src/mir/mod.rs
Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>
1 parent a035e3a commit ec78d7b

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
@@ -32,7 +32,7 @@ use self::debuginfo::{FunctionDebugContext, PerLocalVarDebugInfo};
3232
use self::operand::{OperandRef, OperandValue};
3333
use self::place::PlaceRef;
3434

35-
const MIN_DANGEROUS_SIZE: u64 = 1024 * 1024 * 1024 * 1; // 1 GB
35+
const MIN_DANGEROUS_ALLOC_SIZE: u64 = 1024 * 1024 * 1024 * 1; // 1 GB
3636

3737
// Used for tracking the state of generated basic blocks.
3838
enum CachedLlbb<T> {

0 commit comments

Comments
 (0)