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.
-Zverbose
1 parent f47ec2a commit 378741bCopy full SHA for 378741b
src/librustc/util/ppaux.rs
@@ -1430,6 +1430,15 @@ define_print! {
1430
}
1431
1432
1433
+ if cx.is_verbose {
1434
+ write!(
1435
+ f,
1436
+ " closure_kind_ty={:?} closure_sig_ty={:?}",
1437
+ substs.closure_kind_ty(did, tcx),
1438
+ substs.closure_sig_ty(did, tcx),
1439
+ )?;
1440
+ }
1441
+
1442
write!(f, "]")
1443
}),
1444
Array(ty, sz) => {
0 commit comments