Uh oh!
There was an error while loading. Please reload this page.
Add long error explanation for E0312 - #64347
Conversation
rust-highfive
commented
Sep 10, 2019
Some changes occurred in diagnostic error codes |
rust-highfive
commented
Sep 10, 2019
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Sep 10, 2019
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 |
GuillaumeGomez
commented
Sep 11, 2019
I didn't touch the ui tests so why is it failing? O.o |
mati865
commented
Sep 11, 2019
Guess you'll have to bless the tests: - For more information about this error, try `rustc --explain E0478`.+ Some errors have detailed explanations: E0312, E0478.+ For more information about an error, try `rustc --explain E0312`. |
GuillaumeGomez
commented
Sep 12, 2019
Updated. |
JohnCSimon
commented
Sep 21, 2019
Ping from triage |
oli-obk
commented
Sep 21, 2019
r? @oli-obk |
oli-obk
commented
Sep 21, 2019
@bors r+ rollup |
bors
commented
Sep 21, 2019
📌 Commit cf6a1fe has been approved by |
Add long error explanation for E0312 Part of rust-lang#61137.
Rollup of 9 pull requests Successful merges: - #64010 (Stabilize `param_attrs` in Rust 1.39.0) - #64136 (Document From trait for LhsExpr in parser) - #64342 (factor out pluralisation remains after #64280) - #64347 (Add long error explanation for E0312) - #64621 (Add Compatibility Notes to RELEASES.md for 1.38.0) - #64632 (remove the extra comma after the match arm) - #64640 (No home directory on vxWorks) - #64641 (Exempt extern "Rust" from improper_ctypes) - #64642 (Fix the span used to suggest avoiding for-loop moves) Failed merges: r? @ghost
Part of #61137.