Module rustc_borrowck::diagnostics
source ยท Expand description
Borrow checker diagnostics.
Modulesยง
- bound_region_errors ๐
- conflict_errors ๐
- explain_borrow ๐Print diagnostics to explain why values are borrowed.
- find_all_local_uses ๐
- find_use ๐
- move_errors ๐
- mutability_errors ๐
- outlives_suggestion ๐Contains utilities for generating suggestions for borrowck errors related to unsatisfied outlives constraints.
- region_errors ๐Error reporting machinery for lifetime errors.
- region_name ๐
- var_name ๐
Structsยง
- CapturedMessageOpt ๐helper struct for explain_captures()
- DescribePlaceOpt ๐
- IncludingTupleField ๐