diff options
| author | scalexm <martin.alex32@hotmail.fr> | 2018-10-03 17:06:28 +0200 |
|---|---|---|
| committer | scalexm <martin.alex32@hotmail.fr> | 2018-10-03 17:06:28 +0200 |
| commit | 608adfc3f01c425d2ede9263e6fafaaf7f38b377 (patch) | |
| tree | 3a1079e8746ae72d7ca86f2405607e59ca653853 /src/librustc_codegen_llvm/debuginfo | |
| parent | 4cf11765dc98536c6eedf33f2df7f72f6e161263 (diff) | |
| download | rust-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.rs | 1 |
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(..) | |
