Skip to content

Commit 9d3e9b4

Browse files
committed
Auto merge of #3026 - rust-lang:rustup-2023-08-12, r=RalfJung
Automatic sync from rustc
2 parents 3726998 + 3b2ed56 commit 9d3e9b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9fa6bdd764a1f7bdf69eccceeace6d13f38cb2e1
1+
b08dd92552d663e3c877c8e5ce859e212205a09f

src/bin/miri.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ impl rustc_driver::Callbacks for MiriCompilerCalls {
6969
}
7070

7171
init_late_loggers(handler, tcx);
72-
if !tcx.sess.crate_types().contains(&CrateType::Executable) {
72+
if !tcx.crate_types().contains(&CrateType::Executable) {
7373
tcx.sess.fatal("miri only makes sense on bin crates");
7474
}
7575

0 commit comments

Comments
 (0)