-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Emit a single error on if expr with expectation and no else clause #64049
Conversation
b74a223
to
2c55331
Compare
2c55331
to
aae2b24
Compare
@bors r+ |
📌 Commit f53c217 has been approved by |
Emit a single error on if expr with expectation and no else clause Fix rust-lang#60254. r? @Centril
💔 Test failed - checks-azure |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors retry |
Emit a single error on if expr with expectation and no else clause Fix rust-lang#60254. r? @Centril
Emit a single error on if expr with expectation and no else clause Fix rust-lang#60254. r? @Centril
Emit a single error on if expr with expectation and no else clause Fix rust-lang#60254. r? @Centril
Rollup of 5 pull requests Successful merges: - #64049 (Emit a single error on if expr with expectation and no else clause) - #64056 (Account for arbitrary self types in E0599) - #64058 (librustc_errors: Extract sugg/subst handling into method) - #64071 (use just one name when parameters and fields are the same) - #64104 (Emit error on intrinsic to fn ptr casts) Failed merges: r? @ghost
Fix #60254.
r? @Centril