Print statements display out of order
⚓ Rust 📅 2025-09-13 👤 surdeus 👁️ 8I was running a simple test program and discovered my print statements were being displayed out of order.
For example, at the end of my program my code prints the word "End". The output printed "End" followed by some text from an earlier print statement
Any explanation for this behavior?
3 posts - 2 participants
🏷️ Rust_feed