mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-31 15:47:31 +00:00
Gate and rename binary, use it if it's in the sysroot
This commit is contained in:
parent
dadb83282d
commit
74a2fad5e6
4 changed files with 22 additions and 1 deletions
|
@ -86,6 +86,7 @@ fn mk_child(
|
|||
) -> io::Result<Child> {
|
||||
Command::new(path.as_os_str())
|
||||
.args(args)
|
||||
.env("RUST_ANALYZER_INTERNALS_DO_NOT_USE", "this is unstable")
|
||||
.stdin(Stdio::piped())
|
||||
.stdout(Stdio::piped())
|
||||
.stderr(Stdio::inherit())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue