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
gen
Since gen is a reserved keyword in the Rust 2024 edition, it must be added to the KEYWORDS const in sanitize_keywords: https://github.com/rust-embedded/svd2rust/blob/master/src/util.rs#L135-L142, otherwise crates build with Rust 2024 will give compiler errors.
KEYWORDS
sanitize_keywords
The text was updated successfully, but these errors were encountered:
add 'gen' keyword (close rust-embedded#927)
a885fdc
76f5351
7e8332e
5a4d946
Merge pull request #932 from mdbernard/add-gen-keyword
41fec1a
add 'gen' keyword (close #927)
No branches or pull requests
Since
gen
is a reserved keyword in the Rust 2024 edition, it must be added to theKEYWORDS
const insanitize_keywords
: https://github.com/rust-embedded/svd2rust/blob/master/src/util.rs#L135-L142, otherwise crates build with Rust 2024 will give compiler errors.The text was updated successfully, but these errors were encountered: