rust/library/std
Tyler Mandry ad3db41182
Rollup merge of #75696 - matklad:mirit, r=RalfJung
Remove `#[cfg(miri)]` from OnceCell tests

They were carried over from once_cell crate, but they are not entirely
correct (as miri now supports more things), and we don't run miri
tests for std, so let's just remove them.

Maybe one day we'll run miri in std, but then we can just re-install
these attributes.
2020-08-19 11:12:25 -07:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Rollup merge of #75696 - matklad:mirit, r=RalfJung 2020-08-19 11:12:25 -07:00
tests mv std libs to library/ 2020-07-27 19:51:13 -05:00
build.rs Add RUST_STD_FREEBSD_12_ABI env variable 2020-08-09 17:52:00 +03:00
Cargo.toml Bump std's libc version to 0.2.74 2020-08-14 00:37:19 -07:00