aboutsummaryrefslogtreecommitdiff
path: root/lib/std/array_hash_map.zig
diff options
context:
space:
mode:
authorAsherah Connor <ashe@kivikakk.ee>2020-08-27 11:17:03 +1000
committerVeikka Tuominen <git@vexu.eu>2020-08-27 15:03:56 +0300
commitdc7608da973291aafb7a58f33eb65dc3389c123d (patch)
treeed48626044e19fc8b78e17bf37441d71eda78508 /lib/std/array_hash_map.zig
parentfc001110b4f4c271217ae6ce973c80a33925ca3b (diff)
downloadzig-dc7608da973291aafb7a58f33eb65dc3389c123d.tar.gz
zig-dc7608da973291aafb7a58f33eb65dc3389c123d.zip
ensure main return type is not i8
Avoids a compile error from start.zig: /home/kivikakk/zig/build/lib/zig/std/start.zig:265:28: error: expected type 'u8', found 'i8' return result; ^ /home/kivikakk/zig/build/lib/zig/std/start.zig:265:28: note: unsigned 8-bit int cannot represent all possible signed 8-bit values return result;
Diffstat (limited to 'lib/std/array_hash_map.zig')
0 files changed, 0 insertions, 0 deletions