Skip to content

Commit

Permalink
Rename InstanceDef -> InstanceKind
Browse files Browse the repository at this point in the history
  • Loading branch information
compiler-errors committed Jun 17, 2024
1 parent de3f552 commit b93bd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intrinsics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
);
}
Ok(Some(ty::Instance {
def: ty::InstanceDef::Item(instance.def_id()),
def: ty::InstanceKind::Item(instance.def_id()),
args: instance.args,
}))
}
Expand Down

0 comments on commit b93bd82

Please sign in to comment.