Function rustc_borrowck::diagnostics::mutability_errors::suggest_ref_mut[][src]

fn suggest_ref_mut(tcx: TyCtxt<'_>, binding_span: Span) -> Option<String>
Expand description

If possible, suggest replacing ref with ref mut.