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 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