diff options
| author | Michael Goulet <michael@errs.io> | 2023-12-05 21:39:36 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-12-08 17:23:25 +0000 |
| commit | 2806c2df7ba6eaaaf3e8ea82a10a3546977e070d (patch) | |
| tree | 19ec6b3bc6ee2a7098673ae2ec82d5c31e567e1f /compiler/rustc_parse/src/parser/expr.rs | |
| parent | 96bb542a3171a7cbf23cac45d4b9adc7b05b5317 (diff) | |
| download | rust-2806c2df7ba6eaaaf3e8ea82a10a3546977e070d.tar.gz rust-2806c2df7ba6eaaaf3e8ea82a10a3546977e070d.zip | |
coro_kind -> coroutine_kind
Diffstat (limited to 'compiler/rustc_parse/src/parser/expr.rs')
| -rw-r--r-- | compiler/rustc_parse/src/parser/expr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_parse/src/parser/expr.rs b/compiler/rustc_parse/src/parser/expr.rs index b5a9e91ae94..7654ae7cd59 100644 --- a/compiler/rustc_parse/src/parser/expr.rs +++ b/compiler/rustc_parse/src/parser/expr.rs @@ -2285,7 +2285,7 @@ impl<'a> Parser<'a> { binder, capture_clause, constness, - coro_kind: asyncness, + coroutine_kind: asyncness, movability, fn_decl, body, |
