mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
faf2fd18d3
This fixes a bug in std.net caused during the introduction of meta.assumeSentinel due to the unfortunate semantics of mem.span() This leaves only 3 remaining uses of meta.assumeSentinel() in the standard library, each of which could be a simple @ptrCast([*:0]T, foo) instead. I think this function should likely be removed. |
||
---|---|---|
.. | ||
advapi32.zig | ||
crypt32.zig | ||
gdi32.zig | ||
kernel32.zig | ||
lang.zig | ||
ntdll.zig | ||
ntstatus.zig | ||
ole32.zig | ||
psapi.zig | ||
shell32.zig | ||
sublang.zig | ||
test.zig | ||
user32.zig | ||
win32error.zig | ||
winmm.zig | ||
ws2_32.zig |