I backported the two patches from https://github.com/rust-lang/rust/pull/86568 to 1.53.0 (trying to fix #86436), but now the build fails with: ``` thread 'main' panicked at 'missing rust-analyzer', src/bootstrap/install.rs:170:14 ``` According to @Mark-Simulacrum in https://github.com/rust-lang/rust/pull/86568#issuecomment-877141461: > looks like x.py install likely needs to be similarly updated like in this PR, and that just hasn't happened yet.