]> git.lizzy.rs Git - rust.git/commit
Auto merge of #61828 - RalfJung:cfg-if, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 15 Jun 2019 21:15:28 +0000 (21:15 +0000)
committerbors <bors@rust-lang.org>
Sat, 15 Jun 2019 21:15:28 +0000 (21:15 +0000)
commit0dc9e9c10ca6dc78cba8b9f9b15038c977b10a77
tree6c3e7e2ad1c9b5d8ee118ccab165c311fbe180bc
parentbb16e72954ec5a048dd46ffef23416662765b368
parente5f840ecb5093e4f5e96f76119d5e3b733e660f3
Auto merge of #61828 - RalfJung:cfg-if, r=alexcrichton

make sure we use cfg-if as a std dependency

xargo currently fails to build libstd because this feature is missing. My guess is that it works in rustc because the feature is enabled elsewhere, but that does not help for a libstd-only build.

Miri is currently in a state where it is shipped but broken, which makes CI fail for projects that are tested in Miri. So this is kind of urgent.

Cc @alexcrichton  https://github.com/rust-lang/rust/pull/61720