diff --git a/Cargo.lock b/Cargo.lock index e97d29d57ee3e..6505aa52c4e0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4236,6 +4236,7 @@ name = "rustc_middle" version = "0.0.0" dependencies = [ "bitflags 2.4.2", + "derivative", "either", "field-offset", "gsgdt", 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