fn would_print_as_wildcard(tcx: TyCtxt<'_>, p: &WitnessPat<'_, '_>) -> bool
Expand description
Returns true
if the given pattern would be printed as a wildcard (_
).
fn would_print_as_wildcard(tcx: TyCtxt<'_>, p: &WitnessPat<'_, '_>) -> bool
Returns true
if the given pattern would be printed as a wildcard (_
).