Skip to content

Commit

Permalink
Merge pull request #4082 from RalfJung/rustup
Browse files Browse the repository at this point in the history
Rustup
  • Loading branch information
RalfJung authored Dec 9, 2024
2 parents 5cc02ed + 569634e commit 9ed2fa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
728f2daab42ba8f1b3d5caab62495798d1eabfa1
1b3fb316751227d30b1523ed0e3f00d83956d4d0
3 changes: 2 additions & 1 deletion src/bin/miri.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ fn run_compiler(
let exit_code = rustc_driver::catch_with_exit_code(move || {
rustc_driver::RunCompiler::new(&args, callbacks)
.set_using_internal_features(using_internal_features)
.run()
.run();
Ok(())
});
std::process::exit(exit_code)
}
Expand Down

0 comments on commit 9ed2fa3

Please sign in to comment.