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