We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
target
1 parent a3cea7f commit 78f58f9Copy full SHA for 78f58f9
src/tools/miri/tests/compiletest.rs
@@ -88,6 +88,7 @@ fn test_config(target: &str, path: &str, mode: Mode, with_dependencies: bool) ->
88
mode,
89
program,
90
output_conflict_handling,
91
+ out_dir: PathBuf::from(std::env::var_os("CARGO_TARGET_DIR").unwrap()).join("ui"),
92
edition: Some("2021".into()),
93
..Config::rustc(path.into())
94
};
0 commit comments