immunant / c2rust

Migrate C code to Rust
https://c2rust.com/
Other
3.79k stars 219 forks source link

analyze: don't add fields to adt_metadata_table #1004

Closed spernsteiner closed 11 months ago

spernsteiner commented 11 months ago

Only structs, unions, and enums should have their DefIds added to this table. Currently we also add field DefIds to the table, but nothing relies on this behavior, so let's remove it.