Uh oh!
There was an error while loading. Please reload this page.
Add long error explanation for E0493 - #64377
Conversation
rust-highfive
commented
Sep 11, 2019
Some changes occurred in diagnostic error codes |
rust-highfive
commented
Sep 11, 2019
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
I'm not sure we should (only?) suggest lazy_static here. It feels like playing favorites while crates like https://docs.rs/once_cell/1.1.0/once_cell/ might be more idiomatic Rust these days.
There was a problem hiding this comment.
Maybe I should just not talk about those crate at all. I'll remove this part.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
estebank
commented
Sep 12, 2019
@bors r+ rollup |
bors
commented
Sep 12, 2019
📌 Commit 0ad141c has been approved by |
Add long error explanation for E0493 Part of rust-lang#61137.
Centril
commented
Sep 13, 2019
Failed in #64427 (comment), @bors r- Please run |
Uh oh!
There was an error while loading. Please reload this page.
Mark-Simulacrum
commented
Sep 16, 2019
Awkwardly stealing this PR for some initial testing... @rust-timer queue |
rust-timer
commented
Sep 16, 2019
Successfully queued build, kicking off bors: @bors try |
bors
commented
Sep 16, 2019
@rust-timer: 🔑 Insufficient privileges: not in try users |
Alexendoo
commented
Sep 25, 2019
Ping from triage, any updates? @GuillaumeGomez |
Centril
commented
Sep 29, 2019
@GuillaumeGomez updates? // triage |
GuillaumeGomez
commented
Sep 30, 2019
Updated! |
estebank
commented
Sep 30, 2019
@bors r+ |
bors
commented
Sep 30, 2019
📌 Commit 9f978b7 has been approved by |
Add long error explanation for E0493 Part of rust-lang#61137.
Rollup of 9 pull requests Successful merges: - #64377 (Add long error explanation for E0493) - #64786 (Use https for curl when building for linux) - #64828 (Graphviz debug output for generic dataflow analysis) - #64838 (Add long error explanation for E0550) - #64891 (Fix `vec![x; n]` with null raw fat pointer zeroing the pointer metadata) - #64893 (Zero-initialize `vec![None; n]` for `Option<&T>`, `Option<&mut T>` and `Option<Box<T>>`) - #64911 (Fixed a misleading documentation issue #64844) - #64921 (Add test for issue-64662) - #64923 (Add missing links for mem::needs_drop) Failed merges: - #64918 (Add long error explanation for E0551) r? @ghost
Part of #61137.