It’s really nice to have relatively boring rustc releases.
It’s the calm before the storm. :D
What’s the storm looking like?
async/await is landing in next release and that’s going to cause a storm in the ecosystem for sure.
Which also means it is now in the beta chanel & Rust’s beta builds are incredibly stable in my experience.
Ooh I should try it out. I usually use beta by default, just to ensure I’m not writing anything that will produce surprises on the next stable release. Hasn’t happened in a long time, but it can happen.
type_name being stabilized is excellent. Previously I had to rely on the TypeName crate which allocates a String.
type_name
This 404s for me. It literally started working after I posted this.
It’s really nice to have relatively boring rustc releases.
It’s the calm before the storm. :D
What’s the storm looking like?
async/await is landing in next release and that’s going to cause a storm in the ecosystem for sure.
Which also means it is now in the beta chanel & Rust’s beta builds are incredibly stable in my experience.
Ooh I should try it out. I usually use beta by default, just to ensure I’m not writing anything that will produce surprises on the next stable release. Hasn’t happened in a long time, but it can happen.
type_name
being stabilized is excellent. Previously I had to rely on the TypeName crate which allocates a String.This 404s for me.It literally started working after I posted this.