mirror of
https://github.com/ziglang/zig.git
synced 2025-12-31 18:43:18 +00:00
Merge pull request #9074 from mattbork/parse-always-scratch
parse.zig: simplify parsing functions that build lists by always using scratch buffer
This commit is contained in:
commit
f58fbb1004
File diff suppressed because it is too large
Load Diff
@ -5154,7 +5154,7 @@ test "recovery: missing for payload" {
|
||||
try testError(
|
||||
\\comptime {
|
||||
\\ const a = for(a) {};
|
||||
\\ const a: for(a) {};
|
||||
\\ const a: for(a) blk: {};
|
||||
\\ for(a) {}
|
||||
\\}
|
||||
, &[_]Error{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user