diff options
| author | scalexm <alexandre@scalexm.fr> | 2018-11-02 18:48:24 +0100 |
|---|---|---|
| committer | scalexm <alexandre@scalexm.fr> | 2018-11-24 01:24:40 +0100 |
| commit | 05995a85221cde573b81ab918b0f3686452dca3b (patch) | |
| tree | b1886c58d3b37a5fdaa0e5e689cf111bd3c9d9ad /src/librustc_codegen_llvm | |
| parent | 7401e3def59452e795468d4d5e4f30c7ef100fec (diff) | |
| download | rust-05995a85221cde573b81ab918b0f3686452dca3b.tar.gz rust-05995a85221cde573b81ab918b0f3686452dca3b.zip | |
Introduce `TyKind::Placeholder` variant
Diffstat (limited to 'src/librustc_codegen_llvm')
| -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 c3a15ccca0a..60545f9e193 100644 --- a/src/librustc_codegen_llvm/debuginfo/type_names.rs +++ b/src/librustc_codegen_llvm/debuginfo/type_names.rs @@ -172,6 +172,7 @@ pub fn push_debuginfo_type_name<'a, 'tcx>(cx: &CodegenCx<'a, 'tcx>, } ty::Error | ty::Infer(_) | + ty::Placeholder(..) | ty::UnnormalizedProjection(..) | ty::Projection(..) | ty::Bound(..) | |
