Uh oh!
There was an error while loading. Please reload this page.
Separate unsized locals - #78152
Conversation
rust-highfive
commented
Oct 20, 2020
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
927b11a to
d3a17afCompareUh oh!
There was an error while loading. Please reload this page.
eddyb
commented
Oct 20, 2020
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
spastorino
commented
Oct 21, 2020
@RalfJung have addressed all your comments, let me know if there's something else to fix. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
spastorino
commented
Oct 21, 2020
@RalfJung all your new comments are addressed |
Uh oh!
There was an error while loading. Please reload this page.
7566c3d to
61d9745CompareUh oh!
There was an error while loading. Please reload this page.
RalfJung
commented
Oct 21, 2020
LGTM except for that question around the tests. However, I cannot review the analysis changes here, I have no familiarity with that code. Hopefully @pnkfelix can take care of that. :) |
Uh oh!
There was an error while loading. Please reload this page.
685a795 to
397777bCompare397777b to
cc9ab1cComparespastorino
commented
Oct 27, 2020
Rebased again to solve conflicts. |
oli-obk
commented
Oct 27, 2020
I think Felix has his hands full this week. I went over the code one more time, can't see any reason not to merge now @bors r+ |
bors
commented
Oct 27, 2020
📌 Commit cc9ab1c has been approved by |
Rollup of 10 pull requests Successful merges: - rust-lang#78152 (Separate unsized locals) - rust-lang#78297 (Suggest calling await on method call and field access) - rust-lang#78351 (Move "mutable thing in const" check from interning to validity) - rust-lang#78365 (check object safety of generic constants) - rust-lang#78379 (Tweak invalid `fn` header and body parsing) - rust-lang#78391 (Add const_fn in generics test) - rust-lang#78401 (resolve: private fields in tuple struct ctor diag) - rust-lang#78408 (Remove tokens from foreign items in `TokenStripper`) - rust-lang#78447 (Fix typo in comment) - rust-lang#78453 (Fix typo in comments) Failed merges: r? `@ghost`
Address the changes by rust-lang/rust#78152
Closes#71694
Takes over again #72029 and #74971
cc @RalfJung@oli-obk@pnkfelix@eddyb as they've participated in previous reviews of this PR.