Do we know when these rustfmt commands:
```
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
```
Will be in stable? Do we wait for the next edition, or will it come out in a normal rustup patch?
So, that looks like there's only one bug-issue blocking this, or has the feature been unstable for so long, people who actually know the status of it aren't around anymore?
my understanding was that basically the team could have pulled an all nighter and gotten it done but they decided that it was okay to let it slip till now. i think that's reasonable
just glad they didn't call it rust 2025, that would have been a nightmare
I planned to start reading the rust book this week. Do you happen to know if/when that will be updated for 2024 edition? Maybe I should wait to start reading.
It’s already updated, with a few exceptions that are merged (yesterday and today) but won’t be on stable till 1.87. Those are quite small, though; you won’t really be missing anything by reading the stable version online now. (Everything I could land for the edition release, I did, for this reason.)
The print edition will be updated later this year. I don’t know how long that cycle will take, but they should have all the revisions for the 3rd Edition from me by Friday, assuming I can stay on track this week!
Comments
```
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
```
Will be in stable? Do we wait for the next edition, or will it come out in a normal rustup patch?
just glad they didn't call it rust 2025, that would have been a nightmare