mirror of
https://github.com/ziglang/zig.git
synced 2025-12-25 07:33:08 +00:00
The unit tests of std.meta depended on `@typeInfo` for the same type returning a slice of declarations and fields with the same pointer address. This is not something guaranteed by the language specification.