diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2022-10-01 14:56:24 +0200 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2023-01-27 18:58:44 +0000 |
| commit | 1974b6b68dc168cac046039ce404c8311c4d8765 (patch) | |
| tree | 2e53cb474e5d19368b5d90ce8e1afc30c4c188c4 /compiler/rustc_codegen_ssa/src | |
| parent | 03618d6afddd851bfa0bec5dc038a5252c297478 (diff) | |
| download | rust-1974b6b68dc168cac046039ce404c8311c4d8765.tar.gz rust-1974b6b68dc168cac046039ce404c8311c4d8765.zip | |
Introduce GeneratorWitnessMIR.
Diffstat (limited to 'compiler/rustc_codegen_ssa/src')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs b/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs index 1599ccbb259..b0e007ce009 100644 --- a/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs +++ b/compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs @@ -414,6 +414,7 @@ fn push_debuginfo_type_name<'tcx>( | ty::Placeholder(..) | ty::Alias(..) | ty::Bound(..) + | ty::GeneratorWitnessMIR(..) | ty::GeneratorWitness(..) => { bug!( "debuginfo: Trying to create type name for \ |
