Hacker News new | past | comments | ask | show | jobs | submit login

It would still break backward compatibility. As a trivial example,

    {println!("first"); 1u32}.wrapping_add({println!("second"); 1});
currently prints "first" before "second", but would switch.

But this could theoretically be done at an edition boundary.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: