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 af01664 commit 21aa9b2Copy full SHA for 21aa9b2
src/base.rs
@@ -47,7 +47,7 @@ pub(crate) fn trans_fn<'clif, 'tcx, B: Backend + 'static>(
47
48
bcx,
49
block_map,
50
- local_map: FxHashMap::default(),
+ local_map: FxHashMap::with_capacity_and_hasher(mir.local_decls.len(), Default::default()),
51
caller_location: None, // set by `codegen_fn_prelude`
52
cold_blocks: EntitySet::new(),
53
0 commit comments