Uh oh!
There was an error while loading. Please reload this page.
Document .0 to unpack integer from Wrapping - #53703
Conversation
rust-highfive
commented
Aug 25, 2018
r? @KodrAus (rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Wrapping isn't exclusively for integers – one can do Wrapping(0.0f32) if they want. So we may want this to say something like:
The underling value can be...
or
The enclosed number can be...
frewsxcv
commented
Aug 26, 2018
Thanks! @bors r+ rollup |
bors
commented
Aug 26, 2018
📌 Commit 775f707669817f439c095ace0897c6ee8ba239fc has been approved by |
mzji
commented
Aug 27, 2018
Seems like two submodules ( |
frewsxcv
commented
Aug 27, 2018
@bors r- |
frewsxcv
commented
Aug 27, 2018
Good catch @mzji |
sourcefrog
commented
Aug 27, 2018
Sorry, I'm confused by git submodules, and that was not intentional. I'll work out how to get them out. |
frewsxcv
commented
Aug 29, 2018
You may be able to revert the submodule updates via |
TimNN
commented
Sep 4, 2018
Ping from triage, @sourcefrog: Do you think you'll be able to make the requested changes? If you prefer, members of the Rust team can also push the requested updates to your branch. (Let me know if that is the case, and I can do it). |
sourcefrog
commented
Sep 8, 2018
@TimNN yes, doing that now. I tried |
775f707 to
597c065Comparesourcefrog
commented
Sep 8, 2018
OK should be clean now, please take another look. |
frewsxcv
commented
Sep 9, 2018
@bors r+ rollup |
bors
commented
Sep 9, 2018
📌 Commit 597c065 has been approved by |
Document .0 to unpack integer from Wrapping
Rollup of 15 pull requests Successful merges: - #52514 (Fix a few AMDGPU related issues) - #53703 (Document .0 to unpack integer from Wrapping) - #53777 (Implemented map_or_else for Result<T, E>) - #54031 (A few cleanups and minor improvements to rustc_passes) - #54046 (Update documentation for fill_buf in std::io::BufRead) - #54064 (`&CStr`, not `CStr`, is the counterpart of `&str`) - #54072 (Stabilization change for mod.rs) - #54073 (docs: Use dollar sign for all bash prompts) - #54074 (simplify ordering for Kind) - #54085 (Remove documentation about proc_macro being bare-bones) - #54087 (rustdoc: Remove generated blanket impls from trait pages) - #54106 (Reexport CheckLintNameResult) - #54107 (Fix typos in libstd hash map) - #54136 (Update LLVM to fix GlobalISel dbg.declare) - #54142 (Recover proper regression test for issue #16278.) Failed merges: r? @ghost
No description provided.