Print statements display out of order

⚓ Rust    📅 2025-09-13    👤 surdeus    👁️ 8      

surdeus

Warning

This post was published 61 days ago. The information described in this article may have changed.

I 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

Read full topic

🏷️ Rust_feed