Skip to content

2020-07-06

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jul 13:36
· 21792 commits to master since this release
a5ae504
Merge #5234

5234: Fix: allow for binaries from $PATH to pass validity check r=matklad a=Veetaha

Tackles https://github.com/rust-analyzer/rust-analyzer/pull/5229#issuecomment-654151387
cc @matklad @lnicola 
Apparently `fs.existsSync()` works only with real paths and not with `$PATH` env var

Co-authored-by: Veetaha <[email protected]>