slice::Chunks[Exact]Mut
are no longer Send + Sync
after #94247
#100014
Labels
C-bug
Category: This is a bug.
P-high
High priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
I tried this code (Playground):
I expected to see this happen: Successful compilation (as it does in 1.62.1)
Instead, this happened:
Meta
rustc --version --verbose
:The problem doesn't occur with
nightly-2022-07-27
(pre-#94247).The text was updated successfully, but these errors were encountered: