Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-10-18 20:05:55 -07:00 committed by Stephen Gutekanst
parent d0fb09be91
commit 8f7d3ef5bb

View file

@ -116,7 +116,7 @@ pub inline fn hint(hint_const: usize, value: anytype) Error!void {
},
else => {
@compileError("expected a int, bool, enum, array, or pointer, got " ++ @typeName(value_type));
}
},
}
try getError();
}