]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
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)
commit2d9a0387c10a527731209338ab83817ece26ee05
tree819a7c3b948bcc06a62dba619e4724f0783c439a
parenta49927350f658c0f4ba517529fec59052b1eed1e
parent166c147c2727cd6d6ad4d39c40c51273b8a63c96
Rollup merge of #87007 - ehuss:fix-rust-analyzer-install, r=Mark-Simulacrum

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