How Kyoto, Japan Became the Loveliest Tourist-Trapnymag.com57 points·by trevortheblack·9 miesięcy temu·46 comments
trevortheblack·7 miesięcy temu·discussAm i mistaken or is there an error in the writing?> For example, if I have a &own T I can reborrow it into a &mut T but not a &pin own T.From the table can't you do both? Maybe they mean "not a &pin mut T" ?
trevortheblack·8 miesięcy temu·discussI used to have btop running in a stand-alone terminal, so that I could monitor my system for any weirdness, but I ended up ending the practice as btop leaks memory like crazy:https://github.com/aristocratos/btop/issues/912It wasn't uncommon for gigabytes of ram getting taken up after a day or two of uptime
> For example, if I have a &own T I can reborrow it into a &mut T but not a &pin own T.
From the table can't you do both? Maybe they mean "not a &pin mut T" ?