We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e944bb + b113bbe commit d1ad05aCopy full SHA for d1ad05a
src/tools/miri/tests/ui.rs
@@ -73,7 +73,7 @@ fn miri_config(target: &str, path: &str, mode: Mode, with_dependencies: bool) ->
73
stdout_filters: stdout_filters().into(),
74
mode,
75
program,
76
- out_dir: PathBuf::from(std::env::var_os("CARGO_TARGET_DIR").unwrap()).join("ui"),
+ out_dir: PathBuf::from(std::env::var_os("CARGO_TARGET_DIR").unwrap()).join("miri_ui"),
77
edition: Some("2021".into()), // keep in sync with `./miri run`
78
threads: std::env::var("MIRI_TEST_THREADS")
79
.ok()
0 commit comments