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 a cranelift patch file for formatting changes. #126287

Merged
merged 1 commit into from
Jun 12, 2024

Commits on Jun 11, 2024

  1. Update a cranelift patch file for formatting changes.

    PR rust-lang#125443 will reformat all the use declarations in the repo. This
    would break a patch kept in `rustc_codegen_cranelift` that gets applied
    to `library/std/src/sys/pal/windows/rand.rs`.
    
    So this commit formats the use declarations in
    `library/std/src/sys/pal/windows/rand.rs` in advance of rust-lang#125443 and
    updates the patch file accordingly.
    
    The motivation is that rust-lang#125443 is a huge change and we want to get
    fiddly little changes like this out of the way so it can be nothing more
    than an `x fmt --all`.
    nnethercote committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7e7da49 View commit details
    Browse the repository at this point in the history