x86_64: implement error name

This commit is contained in:
Jacob Young
2023-04-01 03:08:55 -04:00
parent ccefa9dbf5
commit 677427bc3a
11 changed files with 529 additions and 42 deletions

View File

@@ -468,7 +468,6 @@ test "peer type resolution in nested if expressions" {
test "cast slice to const slice nested in error union and optional" {
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
const S = struct {
fn inner() !?[]u8 {