std.zig.Ast: simplify usage of tuple_like container fields

This commit is contained in:
Veikka Tuominen
2022-11-22 13:28:04 +02:00
parent d5da2a6114
commit 4cea15f12b
4 changed files with 38 additions and 59 deletions

View File

@@ -5824,7 +5824,7 @@ test "recovery: invalid comptime" {
try testError(
\\comptime
, &[_]Error{
.expected_block_or_field,
.expected_type_expr,
});
}