We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think the prelude documentation needs to be updated for the new edition behavior. See RFC 3114 and the edition guide chapter for more. IIUC, all the references to v1 in https://github.com/rust-lang/reference/blob/master/src/names/preludes.md need to be updated to the new model where the prelude depends on the edition. See also standard_library_imports.rs where this is implemented.
v1
standard_library_imports.rs
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I think the prelude documentation needs to be updated for the new edition behavior. See RFC 3114 and the edition guide chapter for more. IIUC, all the references to
v1
in https://github.com/rust-lang/reference/blob/master/src/names/preludes.md need to be updated to the new model where the prelude depends on the edition. See alsostandard_library_imports.rs
where this is implemented.The text was updated successfully, but these errors were encountered: