-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Add E0500 error explanation #33533
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
Add E0500 error explanation #33533
Conversation
src/librustc_borrowck/diagnostics.rs
Outdated
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.
*john_copy = 2;
missing * ?
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.
Indeed, thanks!
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.
I answered too quickly: there is no need for the Deref use here.
src/librustc_borrowck/diagnostics.rs
Outdated
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.
trait, not traits
@bors: r+ rollup |
📌 Commit 7a9f4c2 has been approved by |
…abnik Add E0500 error explanation r? @Manishearth Part of rust-lang#32777.
…abnik Add E0500 error explanation r? @Manishearth Part of rust-lang#32777.
…abnik Add E0500 error explanation r? @Manishearth Part of rust-lang#32777.
…abnik Add E0500 error explanation r? @Manishearth Part of rust-lang#32777.
r? @Manishearth
Part of #32777.