aboutsummaryrefslogtreecommitdiff
path: root/src/Module.zig
diff options
context:
space:
mode:
authorIsaac Freund <mail@isaacfreund.com>2023-01-22 17:34:38 +0100
committerIsaac Freund <mail@isaacfreund.com>2023-01-23 12:19:53 +0100
commitfaf2fd18d33de246c5bb03905f25290108e1dd30 (patch)
tree76549a3a52ed3d3dac3fd8f62d92a1e90e95c721 /src/Module.zig
parentc0284e242f7d78955204dc8a627fecd45aa5e521 (diff)
downloadzig-faf2fd18d33de246c5bb03905f25290108e1dd30.tar.gz
zig-faf2fd18d33de246c5bb03905f25290108e1dd30.zip
std: eliminate pointless meta.assumeSentinel() usage
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.
Diffstat (limited to 'src/Module.zig')
0 files changed, 0 insertions, 0 deletions