From 6c14360c327a2513560fd8a238bc42ded011bb51 Mon Sep 17 00:00:00 2001 From: ms2300 Date: Thu, 23 Aug 2018 13:51:32 -0600 Subject: Changing TyAnon -> TyOpaque and relevant functions --- src/librustc_codegen_llvm/debuginfo/type_names.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/librustc_codegen_llvm') diff --git a/src/librustc_codegen_llvm/debuginfo/type_names.rs b/src/librustc_codegen_llvm/debuginfo/type_names.rs index a08b964cd72..95a094bf909 100644 --- a/src/librustc_codegen_llvm/debuginfo/type_names.rs +++ b/src/librustc_codegen_llvm/debuginfo/type_names.rs @@ -174,7 +174,7 @@ pub fn push_debuginfo_type_name<'a, 'tcx>(cx: &CodegenCx<'a, 'tcx>, ty::Error | ty::Infer(_) | ty::Projection(..) | - ty::Anon(..) | + ty::Opaque(..) | ty::GeneratorWitness(..) | ty::Param(_) => { bug!("debuginfo: Trying to create type name for \ -- cgit 1.4.1-3-g733a5