]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_infer/src/infer/outlives/verify.rs
Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino
[rust.git] / compiler / rustc_infer / src / infer / outlives / verify.rs
index 644b34fa1b6d60d464e3d131f36907c1be2ded43..40bbec8ddd091da396b17dcb866004b4b10cab20 100644 (file)
@@ -178,7 +178,7 @@ fn bound_from_single_component(
             ),
             Component::Projection(projection_ty) => self.projection_opaque_bounds(
                 GenericKind::Projection(projection_ty),
-                projection_ty.item_def_id,
+                projection_ty.def_id,
                 projection_ty.substs,
                 visited,
             ),