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 93888c2a9f
commit 22a69f23f0

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();
}