Deprecate the FxHashMap()
and FxHashSet()
constructor function hack
This commit is contained in:
parent
74ff7dcb13
commit
ee81739dc1
115 changed files with 318 additions and 333 deletions
|
@ -1540,7 +1540,7 @@ fn start_executing_work(tcx: TyCtxt,
|
|||
|
||||
// Compute the set of symbols we need to retain when doing LTO (if we need to)
|
||||
let exported_symbols = {
|
||||
let mut exported_symbols = FxHashMap();
|
||||
let mut exported_symbols = FxHashMap::default();
|
||||
|
||||
let copy_symbols = |cnum| {
|
||||
let symbols = tcx.exported_symbols(cnum)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue