You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like TypeInfo is now known as Type and has a few differences in fields
╰─ zig build test
zig test util Debug native: error: the following command failed with 1 compilation errors:
/nix/store/6k2viwqb0dm38hijch7ibdp9sdwiz8h1-zig-0.11.0/bin/zig test /home/alex/workspace/mjoerussell/zig-odbc/src/util.zig -I/nix/store/ainxli0jmyfrznb2fczkaik7c31ch5in-unixODBC-2.3.12/include -L/nix/store/ainxli0jmyfrznb2fczkaik7c31ch5in-unixODBC-2.3.12/lib -lodbc -lc -fno-emit-bin --cache-dir /home/alex/workspace/mjoerussell/zig-odbc/zig-cache --global-cache-dir /home/alex/.cache/zig --name util --listen=-
Build Summary: 1/3 steps succeeded; 1 failed (disable with --summary none)
test transitive failure
└─ zig test util Debug native 1 errors
src/util.zig:2:29: error: root struct of file 'builtin' has no member named 'TypeInfo'
const TypeInfo = std.builtin.TypeInfo;
~~~~~~~~~~~^~~~~~~~~
referenced by:
Bitmask: src/util.zig:8:38
test.bitmask: src/util.zig:74:22
remaining reference traces hidden; use '-freference-trace' to see all reference traces
The text was updated successfully, but these errors were encountered:
It looks like
TypeInfo
is now known asType
and has a few differences in fieldsThe text was updated successfully, but these errors were encountered: