]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #87007 - ehuss:fix-rust-analyzer-install, r=Mark-Simulacrum
authorYuki Okushi <jtitor@2k36.org>
Mon, 12 Jul 2021 23:54:32 +0000 (08:54 +0900)
committerGitHub <noreply@github.com>
Mon, 12 Jul 2021 23:54:32 +0000 (08:54 +0900)
Fix rust-analyzer install when not available.

This changes it so that `x.py install` won't fail if rust-analyzer isn't available. This was changed in #86568 to handle the case where installing on stable/beta, and `extended=true`, to skip rust-analyzer. But I neglected to update the install part to also ignore it.

Fixes #86999


Trivial merge