]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #82999 - cuviper:rustc-rayon-0.3.1, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Mon, 15 Mar 2021 08:49:25 +0000 (08:49 +0000)
committerbors <bors@rust-lang.org>
Mon, 15 Mar 2021 08:49:25 +0000 (08:49 +0000)
commit2a55274e0ca9bf0b60cf72744b91237de625863e
treea291c3b3a1058bc74ec0100b1a134c969aa8000b
parent3963c3da02d17b9c52feaf0e05271db2ec51c29f
parentf7e75a2124ccd8e0a655220f70fd1eba765cf5d2
Auto merge of #82999 - cuviper:rustc-rayon-0.3.1, r=Mark-Simulacrum

Update to rustc-rayon 0.3.1

This pulls in rust-lang/rustc-rayon#8 to fix #81425. (h/t `@ammaraskar)`

That revealed weak constraints on `rustc_arena::DropArena`, because its
`DropType` was holding type-erased raw pointers to generic `T`. We can
implement `Send` for `DropType` (under `cfg(parallel_compiler)`) by
requiring all `T: Send` before they're type-erased.
Cargo.lock