Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc-macro-srv/proc-macro-test/build.rs')
-rw-r--r--crates/proc-macro-srv/proc-macro-test/build.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/proc-macro-srv/proc-macro-test/build.rs b/crates/proc-macro-srv/proc-macro-test/build.rs
index fe1fce3da7..dd4709a1f7 100644
--- a/crates/proc-macro-srv/proc-macro-test/build.rs
+++ b/crates/proc-macro-srv/proc-macro-test/build.rs
@@ -30,8 +30,7 @@ fn main() {
if !has_features {
println!("proc-macro-test testing only works on nightly toolchains");
- let info_path = out_dir.join("proc_macro_test_location.txt");
- fs::File::create(info_path).unwrap();
+ println!("cargo::rustc-env=PROC_MACRO_TEST_LOCATION=\"\"");
return;
}