Home
last modified time | relevance | path

Searched defs:ConstraintGraph (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_borrowck/src/constraints/
Dgraph.rs16 pub(crate) struct ConstraintGraph<D: ConstraintGraphDirection> { struct
22 pub(crate) type NormalConstraintGraph = ConstraintGraph<Normal>; argument
76 impl<D: ConstraintGraphDirection> ConstraintGraph<D> { impl