|
|
|
|
|
by diggan
488 days ago
|
|
> rarely if ever have to worry about the borrow checker mostly stumbling blocks are move/copy/clone semantics I'm don't write Rust for a living, only been experimenting on-and-off with the language, but isn't stumbling on the move/copy/clone semantics literally stumbling on the borrow checker? Or are there issues regarding move/copy/clone that aren't related to the the borrow checker? |
|