Uh oh!
There was an error while loading. Please reload this page.
Unconfuse Unpin docs a bit - #75780
Conversation
matklad
commented
Aug 21, 2020
Hm, I wonder what happened with high five here? |
Dylan-DPC-zz
commented
Aug 22, 2020
r? @KodrAus |
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.
Uh oh!
There was an error while loading. Please reload this page.
KodrAus
commented
Aug 22, 2020
@rust-highfive left you hanging 😢 But thanks @matklad! This looks good to me. r=me with @jyn514’s fixes. |
* Don't say that Unpin is used to prevent moves, because it is used to *allow* moves * Be more precise about kindedness of things, it is `Pin<Pointer<Data>>`, rather than just `Pin<Pointer>`.
d2392e2 to
daa6620Comparematklad
commented
Aug 24, 2020
@bors r=KodrAus rollup |
bors
commented
Aug 24, 2020
📌 Commit daa6620 has been approved by |
bors
commented
Aug 25, 2020
⌛ Testing commit daa6620 with merge 26d31fcaaa827cecd051f58c15da8995a14d6efd... |
rust-log-analyzer
commented
Aug 25, 2020
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Aug 25, 2020
💔 Test failed - checks-actions |
jyn514
commented
Aug 25, 2020
Well that's odd. |
jyn514
commented
Aug 25, 2020
Dylan-DPC-zz
commented
Aug 25, 2020
seems spurious @bors retry |
Rollup of 10 pull requests Successful merges: - rust-lang#74730 (Hexagon libstd: update type defs) - rust-lang#75758 (Fixes for VxWorks) - rust-lang#75780 (Unconfuse Unpin docs a bit) - rust-lang#75806 (Prevent automatic page change when using history) - rust-lang#75818 (Update docs for SystemTime Windows implementation) - rust-lang#75837 (Fix font color for help button in ayu and dark themes) - rust-lang#75870 (Unify theme choices border color in ayu theme) - rust-lang#75875 (Shorten liballoc vec resize intra-doc link) - rust-lang#75953 (Fix swapped stability attributes for rustdoc lints) - rust-lang#75958 (Avoid function-scoping global variables) Failed merges: r? @ghost
to allow moves
Pin<Pointer<Data>>, rather than justPin<Pointer>.