mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-21 16:41:56 +03:00
Merge pull request #11837 from Vexu/stage2
Fix (nearly) all stage2 crashes when testing stdlib
This commit is contained in:
@@ -1062,6 +1062,7 @@ pub const Value = extern union {
|
||||
sema_kit: ?Module.WipAnalysis,
|
||||
) Module.CompileError!BigIntConst {
|
||||
switch (val.tag()) {
|
||||
.null_value,
|
||||
.zero,
|
||||
.bool_false,
|
||||
.the_only_possible_value, // i0, u0
|
||||
|
||||
Reference in New Issue
Block a user