rust/library/alloc
Matthias Krüger 5b8e2ea520
Rollup merge of #95917 - RalfJung:thin-box-test, r=dtolnay
thin_box test: import from std, not alloc

Importing from `alloc` makes [Miri fail](https://github.com/rust-lang/miri-test-libstd/runs/5964922742?check_suite_focus=true), probably due to the hack that we used to resolve https://github.com/rust-lang/miri-test-libstd/issues/4. There might be better ways around this, but for now this is the easiest thing to do -- no other alloc integration test is importing from `alloc::`.
2022-04-11 12:06:58 +02:00
..
benches Add debug assertions to some unsafe functions 2022-03-29 11:05:24 -04:00
src Rollup merge of #95743 - yaahc:binary-search-clarification, r=Mark-Simulacrum 2022-04-11 12:06:52 +02:00
tests thin_box test: import from std, not alloc 2022-04-10 22:59:51 -04:00
Cargo.toml Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00