svd2rust icon indicating copy to clipboard operation
svd2rust copied to clipboard

`gen` is a reserved keyword in Rust 2024 edition

Open mdbernard opened this issue 8 months ago • 0 comments

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.

mdbernard avatar Apr 02 '25 22:04 mdbernard