rust/src/libstd/sys
Alex Crichton 8eb7f36a3b std: Remove internal definitions of cfg_if! macro
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!
2019-06-10 10:58:44 -07:00
..
cloudabi std: Depend on backtrace crate from crates.io 2019-05-25 17:09:45 -07:00
redox Rollup merge of #61202 - oberien:permissionext-print-octal, r=varkor 2019-05-29 00:20:01 +02:00
sgx std: Depend on backtrace crate from crates.io 2019-05-25 17:09:45 -07:00
unix Rollup merge of #61202 - oberien:permissionext-print-octal, r=varkor 2019-05-29 00:20:01 +02:00
wasi std: Depend on backtrace crate from crates.io 2019-05-25 17:09:45 -07:00
wasm std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00
windows std: Depend on backtrace crate from crates.io 2019-05-25 17:09:45 -07:00
mod.rs std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00