Files
Alex Crichton b96a9f4f1a Fix generating bindings for dead code (#8065)
This commit fixes a bindgen problem where dead types, which had no
generated bindings, could be referred to from other dead types, which
did have generated bindings. The fix is to not generate code for dead
types at all by fixing how type information is analyzed.
2024-03-14 19:46:21 +00:00
..