Module rustc_borrowck::diagnostics::mutability_errors
source ยท Structsยง
- BindingFinder ๐
Enumsยง
- AccessKind ๐
Functionsยง
- Given a field that needs to be mutable, returns a span where the โ mut โ could go. This function expects the local to be a reference to a struct in order to produce a span.
- is_closure_like ๐If the type is a
Coroutine
,Closure
, orCoroutineClosure
- suggest_ampmut ๐
- suggest_ampmut_self ๐
- suggest_ref_mut ๐If possible, suggest replacing
ref
withref mut
.