We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05fd2a commit ff00ef4Copy full SHA for ff00ef4
compiler/rustc_index/src/lib.rs
@@ -8,3 +8,7 @@
8
9
pub mod bit_set;
10
pub mod vec;
11
+
12
+// FIXME(#56935): Work around ICEs during cross-compilation.
13
+#[allow(unused)]
14
+extern crate rustc_macros;
0 commit comments