]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ty/outlives.rs
Auto merge of #54743 - ljedrz:cleanup_ty_p2, r=zackmdavis
[rust.git] / src / librustc / ty / outlives.rs
index 350af6b93057e4c40e6f30459150e0dbd64e699a..b49664b6247332a16e7c799a43428ad2fd6bd8ac 100644 (file)
@@ -123,6 +123,8 @@ fn compute_components(&self, ty: Ty<'tcx>, out: &mut Vec<Component<'tcx>>) {
                 }
             }
 
+            ty::UnnormalizedProjection(..) => bug!("only used with chalk-engine"),
+
             // We assume that inference variables are fully resolved.
             // So, if we encounter an inference variable, just record
             // the unresolved variable as a component.