diff options
| author | bors <bors@rust-lang.org> | 2018-09-08 14:16:37 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-09-08 14:16:37 +0000 |
| commit | b24330fb7d9e89d63eb03d81fe577172aad49525 (patch) | |
| tree | 21d6904410856dedf7e6c3ab033b95014042f54b /src/librustc_codegen_llvm | |
| parent | 05cb29e96f718a94d31afd094b1efd7c05be4269 (diff) | |
| parent | f4d4faaeedbdb7271221c9b48fd809a5e8469445 (diff) | |
| download | rust-b24330fb7d9e89d63eb03d81fe577172aad49525.tar.gz rust-b24330fb7d9e89d63eb03d81fe577172aad49525.zip | |
Auto merge of #53705 - ms2300:tmp, r=oli-obk
#53576 Renaming TyAnon -> TyOpaque Fixes #53576
Diffstat (limited to 'src/librustc_codegen_llvm')
| -rw-r--r-- | src/librustc_codegen_llvm/debuginfo/type_names.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
