zig icon indicating copy to clipboard operation
zig copied to clipboard

define an error set for `std.io.tty.Config.setColor`

Open Vexu opened this issue 2 years ago • 2 comments

Vexu avatar Nov 13 '23 15:11 Vexu

Adding an error set to a function is causing a crash when analyzing an unrelated function. Any ideas on what could be happening?

Vexu avatar Nov 15 '23 09:11 Vexu

Reduction:

// -target wasm32-wasi
comptime {
    _ = @import("std").unicode.utf8ToUtf16LeStringLiteral("\\\\");
}

Vexu avatar Jan 26 '24 14:01 Vexu