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.