Skip to content

Commit

Permalink
Apply workaround from rust-lang#72003 for rust-lang#56935
Browse files Browse the repository at this point in the history
Related: rust-lang#72017.
  • Loading branch information
thomaseizinger committed Jan 29, 2021
1 parent b05fd2a commit ff00ef4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compiler/rustc_index/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@

pub mod bit_set;
pub mod vec;

// FIXME(#56935): Work around ICEs during cross-compilation.
#[allow(unused)]
extern crate rustc_macros;

0 comments on commit ff00ef4

Please sign in to comment.