Skip to content

Commit 606e143

Browse files
committed
Auto merge of #3684 - rust-lang:rustup-2024-06-18, r=RalfJung
Automatic Rustup
2 parents 85e2549 + bb2c510 commit 606e143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e794b0f8557c187b5909d889aa35071f81e0a4cc
1+
c2932aaf9d20acbc9259c762f1a06f8767c6f13f

src/intrinsics/mod.rs

Lines changed: 1 addition & 1 deletion
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)