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 ๐ - opaque_
suggestions ๐ - 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ยง
- Borrowck
Diagnostics ๐Buffer - Captured
Message ๐Opt - Helper struct for
explain_captures
. - Describe
Place ๐Opt - Including
Tuple ๐Field
Enumsยง
- Borrowed
Content ๐Source - Buffered
Diag ๐ - Call
Kind ๐ - UseSpans ๐
- The span(s) associated to a use of a place.