diff options
Diffstat (limited to 'src/eval.cpp')
| -rw-r--r-- | src/eval.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eval.cpp b/src/eval.cpp index 620dd8350a..3f62d179ee 100644 --- a/src/eval.cpp +++ b/src/eval.cpp @@ -41,6 +41,8 @@ bool const_values_equal(ConstExprValue *a, ConstExprValue *b, TypeTableEntry *ty zig_panic("TODO"); case TypeTableEntryIdStruct: zig_panic("TODO"); + case TypeTableEntryIdUnion: + zig_panic("TODO"); case TypeTableEntryIdUndefLit: zig_panic("TODO"); case TypeTableEntryIdMaybe: |
