Skip to main content
Module constraints
rustc_
borrowck
1.100.0-nightly
(5ceaf6608 2026-09-25)
Module constraints
Module Items
Structs
Traits
In rustc_
borrowck::
polonius
rustc_borrowck
::
polonius
Module
constraints
Copy item path
Source
Structs
ยง
Localized
Constraint
Graph
๐
The localized constraint graph indexes the physical and logical edges to lazily compute a given nodeโs successors during traversal.
Localized
Node
๐
A localized outlives constraint reifies the CFG location where the outlives constraint holds, within the origins themselves as if they were different from point to point: from
a: b
outlives constraints to
a@p: b@p
, where
p
is the point in the CFG.
Traits
ยง
Localized
Constraint
Graph
Visitor
๐
The visitor interface when traversing a
LocalizedConstraintGraph
.