mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-04 10:50:15 +00:00
Fix proc-macro-test build script
This commit is contained in:
parent
2fb38ceb66
commit
b0c4bc4972
2 changed files with 17 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue