diff --git a/compiler/rustc_ast/src/ast.rs b/compiler/rustc_ast/src/ast.rs index e4096e244e103..f14b0d3200c9e 100644 --- a/compiler/rustc_ast/src/ast.rs +++ b/compiler/rustc_ast/src/ast.rs @@ -1441,7 +1441,7 @@ pub enum ExprKind { /// `'label: loop { block }` Loop(P, Option