From f9d1f922dcd335e534d40923ab54088c07a5403e Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Thu, 30 Nov 2023 16:39:56 -0800 Subject: Option --- compiler/rustc_expand/src/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/rustc_expand/src') diff --git a/compiler/rustc_expand/src/build.rs b/compiler/rustc_expand/src/build.rs index 49b52d265d6..794e11d87d1 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: ast::CoroutineKind::None, + coro_kind: None, movability: ast::Movability::Movable, fn_decl, body, -- cgit 1.4.1-3-g733a5