Module rustc_borrowck::diagnostics::mutability_errors [−][src]
Enums
Functions
Adds a suggestion to a struct definition given a field access to a local. This function expects the local to be a reference to a struct in order to produce a suggestion.
If possible, suggest replacing ref
with ref mut
.