Skip to content

Clarify the doc for MaybeUninit::zeroed on incorrect use - #74602

Merged
bors merged 2 commits into
rust-lang:masterfrom
poliorcetics:maybe-uninit-zeroed-doc-clarification
Aug 2, 2020
Merged

Clarify the doc for MaybeUninit::zeroed on incorrect use#74602
bors merged 2 commits into
rust-lang:masterfrom
poliorcetics:maybe-uninit-zeroed-doc-clarification

Conversation

@poliorcetics

Copy link
Copy Markdown
Contributor

Fixes #74343.

@rustbot modify labels: C-enhancement, T-doc

@rustbot rustbot added C-enhancement Category: An issue proposing an enhancement or a PR with one. A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools labels Jul 21, 2020
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @cramertj

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 21, 2020
@bors

bors commented Jul 28, 2020

Copy link
Copy Markdown
Collaborator

☔ The latest upstream changes (presumably #73265) made this pull request unmergeable. Please resolve the merge conflicts.

@poliorcetics
poliorcetics force-pushed the maybe-uninit-zeroed-doc-clarification branch from acc5453 to 36bb5e8 Compare July 28, 2020 16:54
Comment thread library/core/src/mem/maybe_uninit.rs Outdated
@jyn514

jyn514 commented Aug 1, 2020

Copy link
Copy Markdown
Member

@bors r+ rollup=always

@bors

bors commented Aug 1, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 54eb376 has been approved by jyn514

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 1, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 2, 2020
…arth

Rollup of 5 pull requests

Successful merges:

 - rust-lang#74602 (Clarify the doc for MaybeUninit::zeroed on incorrect use)
 - rust-lang#74720 (Clean up E0728 explanation)
 - rust-lang#74992 (fix rustdoc generic param order)
 - rust-lang#75015 (Add Vec::spare_capacity_mut)
 - rust-lang#75022 (Use a slice pattern instead of rchunks_exact(_).next())

Failed merges:

r? @ghost
@bors
bors merged commit 39436eb into rust-lang:master Aug 2, 2020
@poliorcetics
poliorcetics deleted the maybe-uninit-zeroed-doc-clarification branch August 2, 2020 09:46
@cuviper cuviper added this to the 1.47.0 milestone May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-enhancement Category: An issue proposing an enhancement or a PR with one. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Doc clarification for MaybeUninit::zeroed()

7 participants