Closed AlexSherbinin closed 8 months ago
There's generics field in ItemConst struct when const fields not supported by Rust. Looks like it needs to be removed.
generics
ItemConst
This is for https://github.com/rust-lang/rust/issues/113521.
There's
generics
field inItemConst
struct when const fields not supported by Rust. Looks like it needs to be removed.