Module rustc_const_eval::transform::check_consts::resolver
source · Expand description
Propagate Qualif
s between locals and query the results.
This contains the dataflow analysis used to track Qualif
s on complex control-flow graphs.
Structs
- The dataflow analysis used to propagate qualifs on arbitrary CFGs.
- State 🔒
- A
Visitor
that propagates qualifs between locals. This defines the transfer function ofFlowSensitiveAnalysis
.