1
Fork 0

Deprecate the FxHashMap() and FxHashSet() constructor function hack

This commit is contained in:
Oliver Scherer 2018-10-16 10:44:26 +02:00
parent 74ff7dcb13
commit ee81739dc1
115 changed files with 318 additions and 333 deletions

View file

@ -75,7 +75,7 @@ impl MirPass for ElaborateDrops {
env: &env,
flow_inits,
flow_uninits,
drop_flags: FxHashMap(),
drop_flags: FxHashMap::default(),
patch: MirPatch::new(mir),
}.elaborate()
};