Skip to content

Commit ff00ef4

Browse files
Apply workaround from rust-lang#72003 for rust-lang#56935
Related: rust-lang#72017.
1 parent b05fd2a commit ff00ef4

File tree

1 file changed

+4
-0
lines changed
  • compiler/rustc_index/src

1 file changed

+4
-0
lines changed

compiler/rustc_index/src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@
88

99
pub mod bit_set;
1010
pub mod vec;
11+
12+
// FIXME(#56935): Work around ICEs during cross-compilation.
13+
#[allow(unused)]
14+
extern crate rustc_macros;

0 commit comments

Comments
 (0)