Skip to content
New issue

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

Update all stdarch crates to Rust 2024 #1710

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented Feb 9, 2025

This updates all stdarch crates in preparation for updating the standard library to 2024.

Note that this sprinkles allow(unsafe_op_in_unsafe_fn) since stdarch has a really large number of unsafe functions with
single-line calls, unsafe_op_in_unsafe_fn would end up adding a lot of noise, so for now we will allow it to migrate to 2024. I think we can revisit that later if people really want it.

ehuss added 9 commits February 9, 2025 09:12
Because stdarch has a really large number of unsafe functions with
single-line calls, `unsafe_op_in_unsafe_fn` would end up adding a lot of
noise, so for now we will allow it to migrate to 2024.
For the documentation side, we probably want to show the Rust 2024
style.
This will ignore certain commits in `git blame`
@rustbot
Copy link
Collaborator

rustbot commented Feb 9, 2025

r? @Amanieu

rustbot has assigned @Amanieu.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants