dtolnay / syn

Parser for Rust source code
Apache License 2.0
2.88k stars 311 forks source link

Generics in ItemConst #1594

Closed AlexSherbinin closed 8 months ago

AlexSherbinin commented 8 months ago

There's generics field in ItemConst struct when const fields not supported by Rust. Looks like it needs to be removed.

dtolnay commented 8 months ago

This is for https://github.com/rust-lang/rust/issues/113521.