-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Reintroduce accidentally deleted assertions. #83018
Conversation
These were removed in rust-lang#50198
r? @davidtwco (rust-highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me when CI passes
I would like to see a crater run on this, perhaps? Maybe there is some constant in the wild that we've let through despite our algorithms disagreeing on the exact bitpattern? |
This is very small and easily reverted. I think we should just merge it and see what the next beta crater says |
@bors r=davidtwco |
📌 Commit c69b108 has been approved by |
@bors rollup |
I feel like if this is something we might expect breakage on, we probably should rollup? Even if it's really small. (Then we can bisect to this exact change?) |
Reintroduce accidentally deleted assertions. These were removed in rust-lang#50198
Reintroduce accidentally deleted assertions. These were removed in rust-lang#50198
Rollup of 11 pull requests Successful merges: - rust-lang#80385 (Clarify what `Cell::replace` returns) - rust-lang#82571 (Rustdoc Json: Add tests for Reexports, and improve jsondocck) - rust-lang#82860 (Add `-Z unpretty` flag for the THIR) - rust-lang#82950 (convert slice doc link to intra-doc links) - rust-lang#82965 (Add spirv extension handling in compiletest) - rust-lang#82966 (update MSYS2 link in README) - rust-lang#82979 (Fix "run" button position in error index) - rust-lang#83001 (Ignore Vim swap files) - rust-lang#83003 (rustdoc: tweak the search index format) - rust-lang#83013 (Adjust some `#[cfg]`s to take non-Unix non-Windows operating systems into account) - rust-lang#83018 (Reintroduce accidentally deleted assertions.) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
These were removed in #50198