Apply workaround from #72003 for #56935

Related: #72017.
This commit is contained in:
Thomas Eizinger
2021-01-29 14:49:23 +11:00
parent b05fd2a15d
commit ff00ef4d66

View File

@@ -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;