79802059

Date: 2025-10-27 16:39:06
Score: 1
Natty:
Report link

It’s normal — not a bug.
In async Rust, await changes how variables are stored, so their drop order isn’t guaranteed.

If you want a fixed order, drop them manually:

std::mem::drop(x);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: dunl