(&self, node: &ConstraintNode<'tcx>)
| 214 | } |
| 215 | |
| 216 | fn get_node(&self, node: &ConstraintNode<'tcx>) -> Option<NodeIndex> { |
| 217 | self.node_map.get(node).copied() |
| 218 | } |
| 219 | |
| 220 | fn add_alloc(&mut self, place: PlaceRef<'tcx>) { |
| 221 | let lhs = ConstraintNode::Place(place); |
no outgoing calls
no test coverage detected