about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/debuginfo
diff options
context:
space:
mode:
authorscalexm <martin.alex32@hotmail.fr>2018-10-03 17:06:28 +0200
committerscalexm <martin.alex32@hotmail.fr>2018-10-03 17:06:28 +0200
commit608adfc3f01c425d2ede9263e6fafaaf7f38b377 (patch)
tree3a1079e8746ae72d7ca86f2405607e59ca653853 /src/librustc_codegen_llvm/debuginfo
parent4cf11765dc98536c6eedf33f2df7f72f6e161263 (diff)
downloadrust-608adfc3f01c425d2ede9263e6fafaaf7f38b377.tar.gz
rust-608adfc3f01c425d2ede9263e6fafaaf7f38b377.zip
Introduce `TyKind::UnnormalizedProjection`
Diffstat (limited to 'src/librustc_codegen_llvm/debuginfo')
-rw-r--r--src/librustc_codegen_llvm/debuginfo/type_names.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_codegen_llvm/debuginfo/type_names.rs b/src/librustc_codegen_llvm/debuginfo/type_names.rs
index f9eb80a1988..2f110fd552a 100644
--- a/src/librustc_codegen_llvm/debuginfo/type_names.rs
+++ b/src/librustc_codegen_llvm/debuginfo/type_names.rs
@@ -173,6 +173,7 @@ pub fn push_debuginfo_type_name<'a, 'tcx>(cx: &CodegenCx<'a, 'tcx>,
         }
         ty::Error |
         ty::Infer(_) |
+        ty::UnnormalizedProjection(..) |
         ty::Projection(..) |
         ty::Opaque(..) |
         ty::GeneratorWitness(..) |