Uh oh!
There was an error while loading. Please reload this page.
Document unsafety in core::{panicking, alloc::layout, hint, iter::adapters::zip} - #71492
Conversation
30174ae to
3a31589CompareUh 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.
Why do we have this setup so strangely? Can we "unwrap" these inner cfg's?
AFAICT we should also be able to do the same for the x86/x86_64 cfg's, just gating on target_feature = "sse2" in the wrapper (or inlining that).
There was a problem hiding this comment.
This should probably be done in a separate PR?
There was a problem hiding this comment.
Yeah, just leaving feedback in case you're up for making that PR :)
There was a problem hiding this comment.
Seems like a low-effort low-hanging fruit. Yum!
Uh oh!
There was an error while loading. Please reload this page.
LeSeulArtichaut
commented
Apr 23, 2020
@Mark-Simulacrum Resolved your review comments! |
Mark-Simulacrum
commented
Apr 23, 2020
r=me with commits squashed |
a603295 to
d515168CompareLeSeulArtichaut
commented
Apr 23, 2020
@Mark-Simulacrum Rebased! (I can't r+ myself I believe) |
LeSeulArtichaut
commented
Apr 23, 2020
I'll try anyway :D |
bors
commented
Apr 23, 2020
@LeSeulArtichaut: 🔑 Insufficient privileges: Not in reviewers |
bors
commented
Apr 23, 2020
@LeSeulArtichaut: 🔑 Insufficient privileges: not in try users |
Mark-Simulacrum
commented
Apr 23, 2020
@bors r+ rollup |
bors
commented
Apr 23, 2020
📌 Commit d515168 has been approved by |
Rollup of 6 pull requests Successful merges: - rust-lang#70845 (Make the `structural_match` error diagnostic for const generics clearer) - rust-lang#71063 (Document unsafety in core::{option, hash}) - rust-lang#71068 (Stabilize UNICODE_VERSION (feature unicode_version)) - rust-lang#71426 (fix error code in E0751.md) - rust-lang#71459 (Add leading 0x to offset in Debug fmt of Pointer) - rust-lang#71492 (Document unsafety in core::{panicking, alloc::layout, hint, iter::adapters::zip}) Failed merges: r? @ghost
Helps with #66219.
r? @Mark-Simulacrum do you want to continue reading safety comments? :D