Hacker News new | ask | show | jobs
by drdude 594 days ago
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?

1 comments

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