Module outlives_suggestion

Source
Expand description

Contains utilities for generating suggestions for borrowck errors related to unsatisfied outlives constraints.

Structsยง

OutlivesSuggestionBuilder ๐Ÿ”’
Collects information about outlives constraints that needed to be added for a given MIR node corresponding to a function definition.

Enumsยง

SuggestedConstraint ๐Ÿ”’
The different things we could suggest.