Skip to content

2024ify #176

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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

2024ify #176

wants to merge 8 commits into from

Conversation

JoeyBF
Copy link
Collaborator

@JoeyBF JoeyBF commented Oct 30, 2024

This ensures that the code is ready to be updated to the 2024 edition of Rust when it comes out in a few months. For us, the main pain point was the fact that gen is now a reserved keyword, so we can't use it to name generators. The way cargo fix --edition fixes this is by using the raw identifier r#gen, but I would rather not use raw identifiers. I renamed them all g instead, but I'm open to other names

@JoeyBF
Copy link
Collaborator Author

JoeyBF commented Feb 26, 2025

The 2024 edition just got stabilized, so this PR now upgrades the edition on all crates in the repo

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

Successfully merging this pull request may close these issues.

1 participant