diff options
| author | Tadeo Kondrak <me@tadeo.ca> | 2020-08-21 14:37:50 -0600 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-08-22 03:20:12 -0400 |
| commit | a049c31f2184895c731636b6f71c5743200d64fc (patch) | |
| tree | 22da0c2f0538fae98526925db835091c2f54ee7d /lib/std/builtin.zig | |
| parent | e919744c7ad2b224bef00ffc35ccacbe31a0aae7 (diff) | |
| download | zig-a049c31f2184895c731636b6f71c5743200d64fc.tar.gz zig-a049c31f2184895c731636b6f71c5743200d64fc.zip | |
Remove TypeInfo.Error.value
Diffstat (limited to 'lib/std/builtin.zig')
| -rw-r--r-- | lib/std/builtin.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/std/builtin.zig b/lib/std/builtin.zig index 919f45e730..3d103d6d06 100644 --- a/lib/std/builtin.zig +++ b/lib/std/builtin.zig @@ -289,8 +289,6 @@ pub const TypeInfo = union(enum) { /// therefore must be kept in sync with the compiler implementation. pub const Error = struct { name: []const u8, - /// This field is ignored when using @Type(). - value: comptime_int, }; /// This data structure is used by the Zig language code generation and |
