diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-03-21 19:56:41 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-03-21 19:56:41 -0400 |
| commit | f885a1ab61a664378c3f3062a3de1150b6a4ee07 (patch) | |
| tree | 87e29d3ebcd6d7d7b859cc9ef9c33b83c8a3433c /src/range_set.cpp | |
| parent | 66fec3a3d726733b162761211dee58e896370e95 (diff) | |
| download | zig-f885a1ab61a664378c3f3062a3de1150b6a4ee07.tar.gz zig-f885a1ab61a664378c3f3062a3de1150b6a4ee07.zip | |
change async function call syntax
* instead of `async(allocator) call()`, now it is
`async<allocator> call()`.
* Fixes syntax ambiguity when leaving off the allocator
* Fixes parse failure when call is a field access
This sets a precedent for using `<` to pass arguments
to a keyword. This will affect `enum`, `union`, and
`fn` (see #661)
Diffstat (limited to 'src/range_set.cpp')
0 files changed, 0 insertions, 0 deletions
