stage2: implement peer type resolution between error unions

This commit is contained in:
Mitchell Hashimoto
2022-02-27 17:30:15 -08:00
committed by Andrew Kelley
parent d5131e91eb
commit bfada7c514
3 changed files with 218 additions and 2 deletions

View File

@@ -264,8 +264,6 @@ fn testErrToIntWithOnePossibleValue(
}
test "error union peer type resolution" {
if (builtin.zig_backend != .stage1) return error.SkipZigTest; // TODO
try testErrorUnionPeerTypeResolution(1);
}