-
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
Added detailed error code explanation for issue E0696 in Rust compiler. #71370
Conversation
Some changes occurred in diagnostic error codes |
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.
Rewording required but looks like a great start!
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 |
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 |
Thanks! @bors: r+ rollup |
📌 Commit e5b68bc has been approved by |
Rollup of 4 pull requests Successful merges: - rust-lang#71280 (Miri: mplace_access_checked: offer option to force different alignment on place) - rust-lang#71336 (Exhaustively match on `{Statement,Terminator}Kind` during const checking) - rust-lang#71370 (Added detailed error code explanation for issue E0696 in Rust compiler.) - rust-lang#71401 (visit_place_base is just visit_local) Failed merges: r? @ghost
Added proper error explanation for issue E0696 in the Rust compiler.
Error Code E0696
Sub Part of Issue #61137
r? @GuillaumeGomez