Fix rebase fallout
This commit is contained in:
parent
2ed1e89706
commit
68d9853985
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
|
|||
Some(dest) => dest,
|
||||
None => throw_ub!(Unreachable)
|
||||
};
|
||||
let intrinsic_name = &self.tcx.item_name(instance.def_id()).as_str();
|
||||
let intrinsic_name = &*self.tcx.item_name(instance.def_id()).as_str();
|
||||
|
||||
match intrinsic_name {
|
||||
"caller_location" => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue