We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c378a0 commit 425328aCopy full SHA for 425328a
tests/compiletests/src/main.rs
@@ -60,7 +60,7 @@ fn main() {
60
let opt = Opt::parse();
61
62
let tests_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
63
- let workspace_root = tests_dir.parent().unwrap();
+ let workspace_root = tests_dir.parent().unwrap().parent().unwrap();
64
let original_target_dir = workspace_root.join("target");
65
let deps_target_dir = original_target_dir.join("compiletest-deps");
66
let compiletest_build_dir = original_target_dir.join("compiletest-results");
0 commit comments