Add Explanation For Error E0772#88205
Conversation
|
Some changes occurred in diagnostic error codes |
|
r? @nagisa (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
|
@rustbot label +S-waiting-on-author -S-waiting-on-review I can't get tests to work on my machine right now, I'll fix this later today probably |
|
No worries, whenever you have the time. Ping me once it's updated so I can review. |
|
@rustbot label -S-waiting-on-author +S-waiting-on-review |
This comment has been minimized.
This comment has been minimized.
|
Ah. Is using hashtags to hide code fine? |
Yes it is. |
|
☔ The latest upstream changes (presumably #88556) made this pull request unmergeable. Please resolve the merge conflicts. |
|
triage: |
There was a problem hiding this comment.
Please don't change that, or at least not part of this PR.
There was a problem hiding this comment.
Talking about pointers here is a bit off the plate and introduce unneeded complexity in my opinion.
There was a problem hiding this comment.
If you're using "pointer" instead of "reference", then please replace pointer with reference.
|
triage: |
|
Hello, it has been a while. I apologize for my procrastination, I know it's not professional. |
|
📌 Commit 4f8b9a4 has been approved by |
…askrgr Rollup of 8 pull requests Successful merges: - rust-lang#88205 (Add Explanation For Error E0772) - rust-lang#92274 (Add `intrinsics::const_deallocate`) - rust-lang#93236 (Make `NonNull::new` `const`) - rust-lang#93299 (Fix dot separator when there is no source link) - rust-lang#93410 (kmc-solid: Implement `net::FileDesc::duplicate`) - rust-lang#93424 (fix nit) - rust-lang#93431 (remove unused `jemallocator` crate) - rust-lang#93453 (Add GUI theme change test) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
I've added an error explanation for the error code E0772.
Assists with #61137