without aux builds, we don't need to set always-encode-mir any more
This commit is contained in:
parent
7023126094
commit
197b75764c
1 changed files with 0 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue