zig/TODO

7 lines
198 B
Plaintext
Raw Normal View History

2018-02-01 03:48:40 +00:00
sed -i 's/\(\bfn .*) \)%\(.*{\)$/\1!\2/g' $(find .. -name "*.zig")
comptime assert(error{} ! i32 == i32);
2018-02-01 15:23:25 +00:00
// TODO this is an explicit cast and should actually coerce the type
erorr set casting