Sema: implement tupleFieldVal, fix comptime elem_ptr
This commit is contained in:
@@ -235,7 +235,9 @@ test "assigning to an unwrapped optional field in an inline loop" {
|
||||
}
|
||||
|
||||
test "coerce an anon struct literal to optional struct" {
|
||||
if (builtin.zig_backend != .stage1) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
|
||||
|
||||
const S = struct {
|
||||
const Struct = struct {
|
||||
|
||||
Reference in New Issue
Block a user