diff options
| author | PanSashko <155240273+PanSashko@users.noreply.github.com> | 2023-12-30 15:03:15 +0100 |
|---|---|---|
| committer | Veikka Tuominen <git@vexu.eu> | 2024-01-02 20:28:55 +0200 |
| commit | c89bb3e141ee215add0b52930d48bffd8dae8342 (patch) | |
| tree | 20e48509e12bb8b39ebef879856d124b34e0dc47 /lib/std/Build/Step/CheckObject.zig | |
| parent | e19219fa0e0a563dfda4a5f00737e0aadd7ca44e (diff) | |
| download | zig-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 'lib/std/Build/Step/CheckObject.zig')
0 files changed, 0 insertions, 0 deletions
