Idea: Limited custom move semantics through explicitly specified relocations

"Let's add custom move semantics to Rust" seems to be a popular idea!

I personally think that "move is memcopy" is a HUGELY important property of Rust. Like, you can just grow vector with realloc.

12 Likes