exported_symbols_cache: ensure we do not overwrite anything
This commit is contained in:
parent
9b57313a4d
commit
340267525c
@ -194,7 +194,7 @@ fn lookup_exported_symbol(
|
||||
|
||||
let instance = instance_and_crate.map(|ic| ic.0);
|
||||
// Cache it and load its MIR, if found.
|
||||
this.machine.exported_symbols_cache.insert(link_name, instance);
|
||||
this.machine.exported_symbols_cache.try_insert(link_name, instance).unwrap();
|
||||
instance.map(|instance| this.load_mir(instance.def, None)).transpose()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user