-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
#![feature(const_mut_refs)]
stable since 1.83
#1370
Comments
Thanks for the heads up. However, not everyone is on the latest nightly version, so I believe it may be more clear if it is phrased to something along the lines of "you also need to add #![feature(const_mut_refs)] to the top of your lib.rs. However, if you are rust 1.83 or newer, that is no longer mandatory" |
What do you mean by the latest nightly? the latest nightly is 1.85 and the current stable is 1.83 |
I am sorry, let me rephrase that. Not everyone automatically updates their rust versions. In fact, most people still haven't probably installed the 1.83 version. For that reason I suggest you assume most haven't, and structure the sentence as such. But feel free to disregard this remark. |
Thanks for reporting! I opened #1376 to remove that paragraph. |
The compiler now warns:
Recommendations
to
I can submit a PR if you want after I finish the series 👍🏻 thanks for this project, I've loved it so far
The text was updated successfully, but these errors were encountered: