Skip to content

Commit

Permalink
fix all-targets build
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Dec 7, 2019
1 parent e92d16d commit 0a63637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions benches/helpers/miri_helper.rs
Expand Up @@ -28,6 +28,7 @@ impl rustc_driver::Callbacks for MiriCompilerCalls<'_> {
let config = miri::MiriConfig {
validate: true,
communicate: false,
ignore_leaks: false,
excluded_env_vars: vec![],
args: vec![],
seed: None,
Expand Down
2 changes: 2 additions & 0 deletions src/bin/miri-rustc-tests.rs
Expand Up @@ -41,6 +41,7 @@ impl rustc_driver::Callbacks for MiriCompilerCalls {
let config = MiriConfig {
validate: true,
communicate: false,
ignore_leaks: false,
excluded_env_vars: vec![],
args: vec![],
seed: None,
Expand All @@ -60,6 +61,7 @@ impl rustc_driver::Callbacks for MiriCompilerCalls {
let config = MiriConfig {
validate: true,
communicate: false,
ignore_leaks: false,
excluded_env_vars: vec![],
args: vec![],
seed: None
Expand Down

0 comments on commit 0a63637

Please sign in to comment.