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

Update to Rust 1.56 and 2021 edition #3013

Closed
wants to merge 1 commit into from
Closed

Update to Rust 1.56 and 2021 edition #3013

wants to merge 1 commit into from

Conversation

Octorine
Copy link
Contributor

Objective

Add 'rust-version' to all crates and update to latest edition.

Fixes issue #2998

Solution

Added 'rust-version = "1.56"' to all crates and
changed edition from 2018 to 2021.

This required adding whitespace to some rs files
containing macros, because prefix identifiers are
reserved as of 1.56.

Added 'rust-version = "1.56"' to all crates and
changed edition from 2018 to 2021.

This required adding whitespace to some rs files
containing macros, because prefix identifiers are
 reserved as of 1.56.
@github-actions github-actions bot added the S-Needs-Triage This issue needs to be labelled label Oct 23, 2021
@Octorine
Copy link
Contributor Author

Closing this, as it's a duplicate of #2997

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-Needs-Triage This issue needs to be labelled
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants