about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/build.rs
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2023-12-05 21:39:36 +0000
committerMichael Goulet <michael@errs.io>2023-12-08 17:23:25 +0000
commit2806c2df7ba6eaaaf3e8ea82a10a3546977e070d (patch)
tree19ec6b3bc6ee2a7098673ae2ec82d5c31e567e1f /compiler/rustc_expand/src/build.rs
parent96bb542a3171a7cbf23cac45d4b9adc7b05b5317 (diff)
downloadrust-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.rs2
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,