aboutsummaryrefslogtreecommitdiff
path: root/src/InternPool.zig
diff options
context:
space:
mode:
authorPanSashko <155240273+PanSashko@users.noreply.github.com>2023-12-30 15:03:15 +0100
committerVeikka Tuominen <git@vexu.eu>2024-01-02 20:28:55 +0200
commitc89bb3e141ee215add0b52930d48bffd8dae8342 (patch)
tree20e48509e12bb8b39ebef879856d124b34e0dc47 /src/InternPool.zig
parente19219fa0e0a563dfda4a5f00737e0aadd7ca44e (diff)
downloadzig-c89bb3e141ee215add0b52930d48bffd8dae8342.tar.gz
zig-c89bb3e141ee215add0b52930d48bffd8dae8342.zip
Fix std.enums.values
Current implementation fails to handle the following enum ```zig const E = enum { X, pub const X = 1; } ``` because `@field(type, name)` prefers declarations over enum fields.
Diffstat (limited to 'src/InternPool.zig')
0 files changed, 0 insertions, 0 deletions