mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
without aux builds, we don't need to set always-encode-mir any more
This commit is contained in:
@@ -229,9 +229,6 @@ fn main() {
|
||||
}
|
||||
});
|
||||
|
||||
// Make sure we always have all the MIR (e.g. for auxilary builds in unit tests).
|
||||
args.push("-Zalways-encode-mir".to_owned());
|
||||
|
||||
rustc_driver::run_compiler(&args, Box::new(MiriCompilerCalls {
|
||||
default: Box::new(RustcDefaultCalls),
|
||||
start_fn,
|
||||
|
||||
Reference in New Issue
Block a user