Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Jan 31, 2024
1 parent 6414e22 commit 6bbbb24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl<'tcx> GotocCtx<'tcx> {
MonoItem::Fn(instance @ Instance { def, .. })
if wrapped_fn == rustc_internal::internal(def.def_id()) =>
{
Some(instance)
Some(*instance)
}
_ => None,
});
Expand Down

0 comments on commit 6bbbb24

Please sign in to comment.