|
|
|
|
|
by JoshTriplett
3213 days ago
|
|
Among other things, embedded support; if you want to compile out the standard library, no_std effectively requires nightly right now. Many embedded developers are stuck on nightly for that reason. I've seen some proposed solutions in progress for that, at the moment, such as standardizing panic_fmt (needed to write no_std applications). |
|