Comment by drdude

Comment by drdude 8 days ago

2 replies

This is a great advice, thank you. I am learning Rust and this definitely gives me good pointers (no pun) how I should idiomatically handle them.

EDIT: can this be done/automated using macros?

skavi 8 days ago

can’t really be handled nicely by macros outside of the case where the drop impl doesn’t need any data from the scope.