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 have searched open and closed issues and pull requests for duplicates, using these search terms:
I have checked the latest main branch to see if this has already been fixed, in this file:
main
URL to the section(s) of the book with this problem: https://doc.rust-lang.org/nightly/book/ch20-05-macros.html#how-to-write-a-custom-derive-macro
Description of the problem: Listing 20-34 uses "gen" as variable identifier, but "gen" is a keyword in 2024 edition.
Suggested fix: Replace "gen" with another suitable identifier.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have searched open and closed issues and pull requests for duplicates, using these search terms:
I have checked the latest
main
branch to see if this has already been fixed, in this file:URL to the section(s) of the book with this problem:
https://doc.rust-lang.org/nightly/book/ch20-05-macros.html#how-to-write-a-custom-derive-macro
Description of the problem:
Listing 20-34 uses "gen" as variable identifier, but "gen" is a keyword in 2024 edition.
Suggested fix:
Replace "gen" with another suitable identifier.
The text was updated successfully, but these errors were encountered: