mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
parent
b05fd2a15d
commit
ff00ef4d66
@ -8,3 +8,7 @@
|
|||||||
|
|
||||||
pub mod bit_set;
|
pub mod bit_set;
|
||||||
pub mod vec;
|
pub mod vec;
|
||||||
|
|
||||||
|
// FIXME(#56935): Work around ICEs during cross-compilation.
|
||||||
|
#[allow(unused)]
|
||||||
|
extern crate rustc_macros;
|
||||||
|
Loading…
Reference in New Issue
Block a user