Skip to content

Commit ff00ef4

Browse files
Apply workaround from #72003 for #56935
Related: #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

+4
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)