mirror of
https://github.com/ziglang/zig.git
synced 2024-11-28 16:12:33 +00:00
7 lines
198 B
Plaintext
7 lines
198 B
Plaintext
sed -i 's/\(\bfn .*) \)%\(.*{\)$/\1!\2/g' $(find .. -name "*.zig")
|
|
|
|
comptime assert(error{} ! i32 == i32);
|
|
|
|
// TODO this is an explicit cast and should actually coerce the type
|
|
erorr set casting
|