|
|
|
|
|
by proto_lambda
1003 days ago
|
|
> It doesn’t seem that terrible to prohibit this (Probably some very good reason to counter this though!) The simple reason is that the whole point of editions is that you absolutely do not have to worry about which one you choose. They are entirely localized to your crate, and code written in any edition can interact with code written in any other edition. With your suggestion, updating the edition used by a library crate would suddenly make it unusable for all code using an older edition. |
|