martinhath 92568a0097
Sema: add error for signed integer division
stage1 error reads

error: division with 'i32' and 'comptime_int': signed integers must use @divTrunc, @divFloor, or @divExact

Fixes: #12339
2022-08-12 11:45:11 +03:00
..
2020-10-31 12:21:49 +02:00
2022-08-11 17:53:15 -07:00