mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-04 02:39:32 +00:00
Merge pull request #19704 from Veykril/push-wrvznvvpvtvp
Add expression fill mode variant for filling with underscore expressions
This commit is contained in:
commit
0fee71065b
31 changed files with 172 additions and 125 deletions
|
@ -12,5 +12,5 @@ fn main() {
|
|||
let version_string = std::str::from_utf8(&output.stdout[..])
|
||||
.expect("rustc --version output must be UTF-8")
|
||||
.trim();
|
||||
println!("cargo::rustc-env=RUSTC_VERSION={}", version_string);
|
||||
println!("cargo::rustc-env=RUSTC_VERSION={version_string}");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue