- cross-posted to:
- rust@programming.dev
- programming@programming.dev
- cross-posted to:
- rust@programming.dev
- programming@programming.dev
You must log in or register to comment.
Just upgraded ten or so smaller projects with no compile errors whatsoever. And then one larger project (probably 20k lines of code or so), which just had a few calls to
env::set_var()
that needed to be wrapped inunsafe
, as well as some uses ofref
in pattern-matching, which were apparently not needed, so I’m actually glad to be rid of those.Very happy with that overall. I was already worried, they might introduce too many breaking changes with how long they were working on this edition, but those worries just evaporated.