fn conv_place_bridge<'tcx>(
tcx: TyCtxt<'tcx>,
def_id: DefId,
pair: Pair<'_, Rule>,
) -> ContractExpr<'tcx>Expand description
Bridge a place through the existing syn-based parser (handles field
projections, unwrap_some, iter, and x.len sugar uniformly).