Uh oh!
There was an error while loading. Please reload this page.
Use exhaustive match in const_prop.rs - #73693
Conversation
There was a problem hiding this comment.
What is the justification for doing nothing for all of these?
I don't actually understand this code, maybe it would be better if @oli-obk reviewed this.^^
There was a problem hiding this comment.
Would be good to have a brief comment here saying why it is okay to ignore these.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
RalfJung
commented
Jun 29, 2020
r? @oli-obk |
e7920b2 to
b4d0457Comparewesleywiser
commented
Jul 2, 2020
Rebased and add a comment. |
oli-obk
commented
Jul 3, 2020
@bors r+ |
bors
commented
Jul 3, 2020
📌 Commit b4d0457 has been approved by |
wesleywiser
commented
Jul 3, 2020
@bors rollup |
bors
commented
Jul 3, 2020
⌛ Testing commit b4d0457 with merge 3f1a04d3651282e361fd66c2375f91a5ed78f1d6... |
bors
commented
Jul 3, 2020
💔 Test failed - checks-actions |
wesleywiser
commented
Jul 3, 2020
Looks like a networking issue or something? @bors r=oli-obk |
bors
commented
Jul 3, 2020
💡 This pull request was already approved, no need to approve it again.
|
bors
commented
Jul 3, 2020
📌 Commit b4d0457 has been approved by |
RalfJung
commented
Jul 3, 2020
The command to re-run CI is |
…arth Rollup of 12 pull requests Successful merges: - rust-lang#73140 (Fallback to xml.etree.ElementTree) - rust-lang#73670 (Add `format_args_capture` feature) - rust-lang#73693 (Use exhaustive match in const_prop.rs) - rust-lang#73845 (Use &raw in A|Rc::as_ptr) - rust-lang#73861 (Create E0768) - rust-lang#73881 (Standardize bibliographic citations in rustc API docs) - rust-lang#73925 (Improve comments from rust-lang#72617, as suggested by RalfJung) - rust-lang#73949 ([mir-opt] Fix mis-optimization and other issues with the SimplifyArmIdentity pass) - rust-lang#73984 (Edit docs for rustc_data_structures::graph::scc) - rust-lang#73985 (Fix "getting started" link) - rust-lang#73997 (fix typo) - rust-lang#73999 (Bump mingw-check CI image from Ubuntu 16.04 to 18.04.) Failed merges: - rust-lang#74000 (add `lazy_normalization_consts` feature gate) r? @ghost
Addresses a comment left by @RalfJung on #73613
r? @RalfJung