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 fe7be54 commit 31f7f03Copy full SHA for 31f7f03
src/type_of.rs
@@ -87,7 +87,7 @@ fn uncached_gcc_type<'gcc, 'tcx>(cx: &CodegenCx<'gcc, 'tcx>, layout: TyAndLayout
87
// FIXME(eddyb) producing readable type names for trait objects can result
88
// in problematically distinct types due to HRTB and subtyping (see #47638).
89
// ty::Dynamic(..) |
90
- ty::Adt(..) | ty::Closure(..) | ty::Foreign(..) | ty::Coroutine(..) | ty::Str
+ ty::Adt(..) | ty::Closure(..) | ty::CoroutineClosure(..) | ty::Foreign(..) | ty::Coroutine(..) | ty::Str
91
if !cx.sess().fewer_names() =>
92
{
93
let mut name = with_no_trimmed_paths!(layout.ty.to_string());
0 commit comments