Uh oh!
There was an error while loading. Please reload this page.
Remove uses of mem::uninitialized() from cloudabi - #63546
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
RalfJung
commented
Aug 14, 2019
This looks good other than the nits, but I know nothing about CloudABI. @alexcrichton can I just r+ this when it looks reasonable, or what do we do with exotic platforms? |
xen0n
commented
Aug 14, 2019
Before it's too late, let's fix the typo in the commit message and PR title, should one day people grep the revision log for archaeology... |
1883b89 to
d5bedf5Comparemem::uninitialized() from clouldabimem::uninitialized() from cloudabialexcrichton
commented
Aug 14, 2019
Yes this is fine to r+ when ready, the maintainer (@EdSchouten) has been cc'd so we can wait a bit for them to take a look but otherwise we don't strictly review these platforms. |
bors
commented
Aug 15, 2019
☔ The latest upstream changes (presumably #63534) made this pull request unmergeable. Please resolve the merge conflicts. |
d5bedf5 to
b49c0dbCompareRalfJung
commented
Aug 15, 2019
@lzutao force-pushes don't trigger notifications, so please let the reviewer know when you did them so that they can take another look. |
Uh oh!
There was an error while loading. Please reload this page.
b49c0db to
6e8639aCompareRalfJung
commented
Aug 15, 2019
@bors r+ |
bors
commented
Aug 15, 2019
📌 Commit 6e8639a has been approved by |
…fJung Remove uses of `mem::uninitialized()` from cloudabi This PR removes uses of `mem::uninitialized` from `cloudabi` module, excluding the layout test in `src/libstd/sys/cloudabi/abi/cloudabi.rs`. r? @RalfJung cc @EdSchouten cc rust-lang#62397
…fJung Remove uses of `mem::uninitialized()` from cloudabi This PR removes uses of `mem::uninitialized` from `cloudabi` module, excluding the layout test in `src/libstd/sys/cloudabi/abi/cloudabi.rs`. r? @RalfJung cc @EdSchouten cc rust-lang#62397
Rollup of 9 pull requests Successful merges: - #63155 (Add UWP MSVC targets) - #63165 (Add builtin targets for mips64(el)-unknown-linux-muslabi64) - #63306 (Adapt AddRetag for shallow retagging) - #63467 (Add Catalyst (iOS apps running on macOS) target) - #63546 (Remove uses of `mem::uninitialized()` from cloudabi) - #63572 (remove unused Level::PhaseFatal) - #63577 (Test HRTB issue accepted by compiler) - #63582 (Fix ICE #63226) - #63586 (cleanup: Remove `Spanned` where possible) Failed merges: r? @ghost
bors
commented
Aug 15, 2019
☔ The latest upstream changes (presumably #63592) made this pull request unmergeable. Please resolve the merge conflicts. |
This PR removes uses of
mem::uninitializedfromcloudabimodule,excluding the layout test in
src/libstd/sys/cloudabi/abi/cloudabi.rs.r? @RalfJung
cc @EdSchouten
cc #62397