PauloCampana

Results 4 issues of PauloCampana

Otherwise I get `TypeError: can only concatenate str (not "int") to str` and with it the function works

All lines inside the test below are individual compiler errors, commented ones have been fixed by these PRs: #20526 #20734 #20756 ```zig const std = @import("std"); test { // _...

bug
standard library

code: ```zig const opq = opaque {}; extern fn fnname() opq; test { _ = &fnname; } ``` results: ``` $ zig version 0.13.0 $ zig test opaque.zig opaque.zig:2:20: error:...

bug
frontend
regression

Similar to #20505, all of these are compiler errors Commented lines have been fixed by #21138 #21240 #21181 ```zig const std = @import("std"); test { // _ = &std.debug.dumpStackPointerAddr; //...

bug
contributor friendly
standard library