-
Notifications
You must be signed in to change notification settings - Fork 13k
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 long explanation for E0545 #82161
Conversation
Some changes occurred in diagnostic error codes |
(rust-highfive has picked a reviewer for you, use r? to override) |
Thanks! @bors: r+ rollup |
📌 Commit 8192793 has been approved by |
…545, r=GuillaumeGomez Add long explanation for E0545 Helps with rust-lang#61137
…545, r=GuillaumeGomez Add long explanation for E0545 Helps with rust-lang#61137
fn _unstable_const_fn() {} | ||
``` | ||
|
||
To fix this issue, you need to provide a correct value in the `issue` field. |
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.
To fix this issue, you need to provide a correct value in the `issue` field. | |
To fix this, provide non-zero numeric string or "none" in the `issue` field. |
Maybe we can simplify it?
If the correct value is exhaustive, maybe we can talk about it here.
…laumeGomez Rollup of 6 pull requests Successful merges: - rust-lang#82145 (Fix ES5 errors (IE11)) - rust-lang#82160 (Fix typo in rustc_infer::infer::UndoLog) - rust-lang#82161 (Add long explanation for E0545) - rust-lang#82163 (avoid full-slicing slices) - rust-lang#82175 (validation: fix invalid-fn-ptr error message) - rust-lang#82184 ([Minor] Update discriminant_value docs) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Helps with #61137