rustc_borrowck

Module 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 ๐Ÿ”’
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ยง

BorrowckDiagnosticsBuffer ๐Ÿ”’
CapturedMessageOpt ๐Ÿ”’
Helper struct for explain_captures.
DescribePlaceOpt ๐Ÿ”’
IncludingTupleField ๐Ÿ”’

Enumsยง

BorrowedContentSource ๐Ÿ”’
BufferedDiag ๐Ÿ”’
CallKind ๐Ÿ”’
UseSpans ๐Ÿ”’
The span(s) associated to a use of a place.