Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a policy for Rustc's edition or minimum supported version? #1382

Open
shinmili opened this issue Jun 18, 2022 · 1 comment
Open

Comments

@shinmili
Copy link

Looking around our repos, there are lots of long-living repos some of which are written in 2015 edition style. I think we can improve them by adapting to the newer edition. Is there an edition or MSRV policy we must conform to?

@bvssvni
Copy link
Member

bvssvni commented Jun 21, 2022

Rule of thumb is to not break stuff that is working. However, there is no explicit policy against upgrading repos.

To be sure, we have to treat upgrading the edition as breaking change. I'm fine with this, as long we don't break existing code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants