| author | |
| committer | |
| log | e92dab14f929d8c1d1a9ad4a25a7fae7dd04b0f1 |
| tree | 597bb2a0b35bb45c70ec0985420cf929a061ba16 |
| parent | d04a262a3d7e68920dec2a6becc86bf79d81452c |
| signature |
Followup to 902df103c6151c257c90de9ba5f29f7f4b9dbea2.
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>1 files changed, 0 insertions(+), 2 deletions(-)
lib/std/meta.zig-2| ... | ... | @@ -711,8 +711,6 @@ test "std.meta.DeclEnum" { |
| 711 | 711 | try expectEqualEnum(enum { a, b, c }, DeclEnum(C)); |
| 712 | 712 | } |
| 713 | 713 | |
| 714 | pub const TagType = @compileError("deprecated; use Tag"); | |
| 715 | ||
| 716 | 714 | pub fn Tag(comptime T: type) type { |
| 717 | 715 | return switch (@typeInfo(T)) { |
| 718 | 716 | .Enum => |info| info.tag_type, |