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 bed0b79 commit f9ce7cdCopy full SHA for f9ce7cd
crates/rust-analyzer/build.rs
@@ -5,7 +5,8 @@ use std::{env, path::PathBuf, process::Command};
5
fn main() {
6
set_rerun();
7
8
- let rev = env::var("RUST_ANALYZER_REV").ok().or_else(rev).unwrap_or_else(|| "???????".to_string());
+ let rev =
9
+ env::var("RUST_ANALYZER_REV").ok().or_else(rev).unwrap_or_else(|| "???????".to_string());
10
println!("cargo:rustc-env=REV={}", rev)
11
}
12
0 commit comments