]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ty/error.rs
Rollup merge of #35611 - jonathandturner:ptr-helper, r=nikomatsakis
[rust.git] / src / librustc / ty / error.rs
index fd1a795574f2f13526da1ea6723bbf4b03b5152d..6b34c0a21988dd81ecf6246b1aeee854cab71888 100644 (file)
@@ -264,6 +264,7 @@ fn sort_string(&self, tcx: TyCtxt<'a, 'gcx, 'lcx>) -> String {
                     "type parameter".to_string()
                 }
             }
+            ty::TyAnon(..) => "anonymized type".to_string(),
             ty::TyError => "type error".to_string(),
         }
     }