Skip to content

Commit 71357dc

Browse files
Add TyKind::TyAlias support in rustc_codegen_ssa
1 parent 2a25b28 commit 71357dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ fn push_debuginfo_type_name<'tcx>(
414414
| ty::Projection(..)
415415
| ty::Bound(..)
416416
| ty::Opaque(..)
417+
| ty::TyAlias(..)
417418
| ty::GeneratorWitness(..) => {
418419
bug!(
419420
"debuginfo: Trying to create type name for \

0 commit comments

Comments
 (0)