zig fmt
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
93888c2a9f
commit
22a69f23f0
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ pub inline fn hint(hint_const: usize, value: anytype) Error!void {
|
||||||
},
|
},
|
||||||
else => {
|
else => {
|
||||||
@compileError("expected a int, bool, enum, array, or pointer, got " ++ @typeName(value_type));
|
@compileError("expected a int, bool, enum, array, or pointer, got " ++ @typeName(value_type));
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
try getError();
|
try getError();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue