diff options
Diffstat (limited to 'src/link/Elf/LdScript.zig')
| -rw-r--r-- | src/link/Elf/LdScript.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/link/Elf/LdScript.zig b/src/link/Elf/LdScript.zig index 2b5c64b50e..414ce035a4 100644 --- a/src/link/Elf/LdScript.zig +++ b/src/link/Elf/LdScript.zig @@ -108,7 +108,7 @@ const Command = enum { as_needed, fn fromString(s: []const u8) ?Command { - inline for (@typeInfo(Command).Enum.fields) |field| { + inline for (@typeInfo(Command).@"enum".fields) |field| { const upper_name = n: { comptime var buf: [field.name.len]u8 = undefined; inline for (field.name, 0..) |c, i| { |
