Create new error E0742 and add long error explanation#65405
Create new error E0742 and add long error explanation#65405bors merged 4 commits intorust-lang:masterfrom
Conversation
|
Some changes occurred in diagnostic error codes |
|
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
|
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 |
|
r? @Dylan-DPC |
84773b0 to
df5b142
Compare
|
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 |
df5b142 to
21ad376
Compare
|
cc @Dylan-DPC :) |
|
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 |
9c17e57 to
b64d69d
Compare
|
I changed the error code to fix tests. |
|
@bors: r+ rollup |
|
📌 Commit b64d69d has been approved by |
…-E0740, r=Dylan-DPC Create new error E0741 and add long error explanation Part of rust-lang#61137. Creates E0740 error code and add its long error explanation.
|
Erf, someone already created E0741... :'( |
|
We need |
|
Indeed haha! |
b64d69d to
9869e5b
Compare
|
@bors: r=Dylan-DPC |
|
📌 Commit 9869e5b has been approved by |
|
And to avoid having to update the error code once again: @bors: p=1 |
|
@bors: r+ rollup |
|
💡 This pull request was already approved, no need to approve it again.
|
|
📌 Commit 9869e5b has been approved by |
…-E0740, r=Dylan-DPC Create new error E0742 and add long error explanation Part of rust-lang#61137. Creates E0742 error code and add its long error explanation.
Rollup of 12 pull requests Successful merges: - #65405 (Create new error E0742 and add long error explanation) - #65539 (resolve: Turn the "non-empty glob must import something" error into a lint) - #65724 (ci: refactor pr tools job skipping) - #65741 (Prevent help popup to disappear when clicking on it) - #65832 (Re-enable Emscripten's exception handling support) - #65843 (Enable dist for MIPS64 musl targets) - #65898 (add basic HermitCore support within libtest) - #65900 (proc_macro: clean up bridge::client::__run_expand{1,2} a bit.) - #65906 (Update mdbook to 0.3.3) - #65920 (Use rustc-workspace-hack for rustbook) - #65930 (doc: use new feature gate for c_void type) - #65936 (save-analysis: Account for async desugaring in async fn return types) Failed merges: - #65434 (Add long error explanation for E0577) r? @ghost
Part of #61137.
Creates E0742 error code and add its long error explanation.