Merge pull request #21257 from mlugg/computed-goto-3

compiler: implement labeled switch/continue
This commit is contained in:
Andrew Kelley
2024-09-04 18:31:28 -07:00
committed by GitHub
28 changed files with 2690 additions and 824 deletions
+1
View File
@@ -89,6 +89,7 @@ test {
_ = @import("behavior/struct_contains_null_ptr_itself.zig");
_ = @import("behavior/struct_contains_slice_of_itself.zig");
_ = @import("behavior/switch.zig");
_ = @import("behavior/switch_loop.zig");
_ = @import("behavior/switch_prong_err_enum.zig");
_ = @import("behavior/switch_prong_implicit_cast.zig");
_ = @import("behavior/switch_on_captured_error.zig");