Hacker News new | ask | show | jobs
by puffoflogic 1261 days ago
There's a way of thinking of `Copy` which makes it not an exception: `Copy` variables/places are simply not rendered invalid/uninitialized when they are the source of a move operation, unlike non-`Copy` sources. They're still moved from bitwise like all other rust values!
1 comments

I like it!