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 40d30ce commit e855e2dCopy full SHA for e855e2d
src/type_of.rs
@@ -52,7 +52,7 @@ pub fn uncached_gcc_type<'gcc, 'tcx>(cx: &CodegenCx<'gcc, 'tcx>, layout: TyAndLa
52
ty::Adt(..) | ty::Closure(..) | ty::Foreign(..) | ty::Generator(..) | ty::Str
53
if !cx.sess().fewer_names() =>
54
{
55
- let mut name = with_no_trimmed_paths(|| layout.ty.to_string());
+ let mut name = with_no_trimmed_paths!(layout.ty.to_string());
56
if let (&ty::Adt(def, _), &Variants::Single { index }) =
57
(layout.ty.kind(), &layout.variants)
58
0 commit comments