]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #81498 - thomaseizinger:ice-workaround-56935-rustc-index, r=matthewjasper
authorbors <bors@rust-lang.org>
Sun, 7 Feb 2021 08:09:58 +0000 (08:09 +0000)
committerbors <bors@rust-lang.org>
Sun, 7 Feb 2021 08:09:58 +0000 (08:09 +0000)
commit43e1ea29c4e92dfa2ba716fc878984605897fb13
tree8346308b6b382b4c1ba576c23c96547cb5a5baf3
parent323fb7113bc64886205047c97423882a7f8162f2
parentff00ef4d6656af5708958dee3ca9ed1918648b6d
Auto merge of #81498 - thomaseizinger:ice-workaround-56935-rustc-index, r=matthewjasper

Apply workaround from #72003 for #56935 to allow for cross-compilation of `rustc_index` crate

This patch applies the same workaround as #72003 to the `rustc_index` crate. This allows recent versions of rustfmt to compile to wasm again.

Related: #72017.