Skip to content

Commit b93bd82

Browse files
Rename InstanceDef -> InstanceKind
1 parent de3f552 commit b93bd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intrinsics/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
5757
);
5858
}
5959
Ok(Some(ty::Instance {
60-
def: ty::InstanceDef::Item(instance.def_id()),
60+
def: ty::InstanceKind::Item(instance.def_id()),
6161
args: instance.args,
6262
}))
6363
}

0 commit comments

Comments
 (0)