We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a25b28 commit 71357dcCopy full SHA for 71357dc
compiler/rustc_codegen_ssa/src/debuginfo/type_names.rs
@@ -414,6 +414,7 @@ fn push_debuginfo_type_name<'tcx>(
414
| ty::Projection(..)
415
| ty::Bound(..)
416
| ty::Opaque(..)
417
+ | ty::TyAlias(..)
418
| ty::GeneratorWitness(..) => {
419
bug!(
420
"debuginfo: Trying to create type name for \
0 commit comments