aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/comptime_param_coersion.zig
AgeCommit message (Collapse)Author
2022-09-10type: print comptime on fn type paramsJacob Young
This avoids the following confusing error message: error: expected type 'fn(i32, i32) void', found 'fn(i32, i32) void'