-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
remove unreachable error code E0490
#106714
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
Some changes occurred in diagnostic error codes
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki |
I think @petrochenkov is taking a break from reviewing? r? rust-lang/compiler |
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 after comment removed
r? @davidtwco |
2a0cff5
to
46d54de
Compare
46d54de
to
02005e9
Compare
@davidtwco I've fixed the comment, took a while (CI seems to hate me today). |
@bors r+ |
remove unreachable error code `E0490` AFAIK, the untested and undocumented error code `E0490` is now unreachable, it was from the days of the original borrow checker. cc `@GuillaumeGomez` rust-lang#61137
Rollup of 6 pull requests Successful merges: - rust-lang#105806 (Support eager subdiagnostics again) - rust-lang#106322 (Handle inference variables in `CollectAllMismatches` correctly) - rust-lang#106579 (Suggest making private tuple struct field public) - rust-lang#106714 (remove unreachable error code `E0490`) - rust-lang#106751 (Fix rendering 'const' in header for intrinsics) - rust-lang#106761 (Add `WaffleLapkin` to compiler reviewers) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
AFAIK, the untested and undocumented error code
E0490
is now unreachable, it was from the days of the original borrow checker.cc @GuillaumeGomez #61137