Comment on Perhaps Rust Needs "Defer"parentComments−skavi1ycan’t really be handled nicely by macros outside of the case where the drop impl doesn’t need any data from the scope.−drdude1yThank you!
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!