You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we don't drain errors in destructors we can mess-up the logic in other apps. I'm not sure what policy to use for error propagation. It could be that plain eprintln is fine, but it could be undesired for some folks. We may use log for that for example.
The text was updated successfully, but these errors were encountered:
If we don't drain errors in destructors we can mess-up the logic in other apps. I'm not sure what policy to use for error propagation. It could be that plain
eprintln
is fine, but it could be undesired for some folks. We may uselog
for that for example.The text was updated successfully, but these errors were encountered: