mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
8eb7f36a3b
This is duplicated in a few locations throughout the sysroot to work around issues with not exporting a macro in libstd but still wanting it available to sysroot crates to define blocks. Nowadays though we can simply depend on the `cfg-if` crate on crates.io, allowing us to use it from there!