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.
1 parent d3f2b84 commit b5274b8Copy full SHA for b5274b8
src/bin/miri.rs
@@ -373,7 +373,7 @@ fn run_compiler_and_exit(
373
) -> ! {
374
// Invoke compiler, and handle return code.
375
let exit_code = rustc_driver::catch_with_exit_code(move || {
376
- rustc_driver::RunCompiler::new(args, callbacks).run();
+ rustc_driver::run_compiler(args, callbacks);
377
Ok(())
378
});
379
std::process::exit(exit_code)
0 commit comments