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_expand/src/build.rs | |
| parent | 96bb542a3171a7cbf23cac45d4b9adc7b05b5317 (diff) | |
| download | rust-2806c2df7ba6eaaaf3e8ea82a10a3546977e070d.tar.gz rust-2806c2df7ba6eaaaf3e8ea82a10a3546977e070d.zip | |
coro_kind -> coroutine_kind
Diffstat (limited to 'compiler/rustc_expand/src/build.rs')
| -rw-r--r-- | compiler/rustc_expand/src/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_expand/src/build.rs b/compiler/rustc_expand/src/build.rs index 794e11d87d1..49de6d9ae1e 100644 --- a/compiler/rustc_expand/src/build.rs +++ b/compiler/rustc_expand/src/build.rs @@ -547,7 +547,7 @@ impl<'a> ExtCtxt<'a> { binder: ast::ClosureBinder::NotPresent, capture_clause: ast::CaptureBy::Ref, constness: ast::Const::No, - coro_kind: None, + coroutine_kind: None, movability: ast::Movability::Movable, fn_decl, body, |
