]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_mir/monomorphize/item.rs
Move `BoundTy` to `ty::TyKind`
[rust.git] / src / librustc_mir / monomorphize / item.rs
index 4c4d56c8938386af83b716168b4c2ea82f12f9cf..9d69a5669b1c0a85cd8971579b93c849d359371a 100644 (file)
@@ -382,6 +382,7 @@ pub fn push_type_name(&self, t: Ty<'tcx>, output: &mut String) {
                 self.push_type_params(substs, iter::empty(), output);
             }
             ty::Error |
+            ty::Bound(..) |
             ty::Infer(_) |
             ty::UnnormalizedProjection(..) |
             ty::Projection(..) |