We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since they contain *mut u8 on many platforms, they are neither Sync + Send by default, but they're semantically just slices so they should!
*mut u8
Sync
Send
The text was updated successfully, but these errors were encountered:
Rollup merge of rust-lang#70342 - withoutboats:io-slice-send-sync, r=…
2074aa2
…Mark-Simulacrum IoSlice/IoSliceMut should be Send and Sync Closes rust-lang#70308
8d4b5ff
Successfully merging a pull request may close this issue.
Since they contain
*mut u8
on many platforms, they are neitherSync
+Send
by default, but they're semantically just slices so they should!The text was updated successfully, but these errors were encountered: