-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Revert PR 70566 for const validation fix #71533
Revert PR 70566 for const validation fix #71533
Conversation
This reverts commit 99492e4.
r? @davidtwco (rust_highfive has picked a reviewer for you, use r? to override) |
(I'm planning to r=me this if it passes CI, because @RalfJung is the real author here; I merely cherry-picked their commits somewhat blindly...) ((having said that, I'm also about to go AFK for a while; so if someone else wants to r+ this after it passes CI, be my guest...)) |
@bors r+ |
📌 Commit 7d23c3b has been approved by |
Rollup of 5 pull requests Successful merges: - rust-lang#71364 (Ignore -Zprofile when building compiler_builtins) - rust-lang#71494 (Fix span of while (let) expressions after lowering) - rust-lang#71517 ( Quick and dirty fix of the unused_braces lint) - rust-lang#71523 (Take a single root node in range_search) - rust-lang#71533 (Revert PR 70566 for const validation fix) Failed merges: r? @ghost
This is a port of PR #71441 but ported to the master branch, as discussed in yesterday's T-compiler meeting