We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85e2549 + bb2c510 commit 606e143Copy full SHA for 606e143
rust-version
@@ -1 +1 @@
1
-e794b0f8557c187b5909d889aa35071f81e0a4cc
+c2932aaf9d20acbc9259c762f1a06f8767c6f13f
src/intrinsics/mod.rs
@@ -57,7 +57,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
57
);
58
}
59
Ok(Some(ty::Instance {
60
- def: ty::InstanceDef::Item(instance.def_id()),
+ def: ty::InstanceKind::Item(instance.def_id()),
61
args: instance.args,
62
}))
63
0 commit comments