(local: Local, body: &Body<'_>)
| 1084 | body.args_iter().any(|arg| arg == local) |
| 1085 | } |
| 1086 | |
| 1087 | fn point_to_same_projected_alias<'tcx>( |
| 1088 | pts1: &FxHashSet<ConstraintNode<'tcx>>, |
| 1089 | pts2: &FxHashSet<ConstraintNode<'tcx>>, |
| 1090 | points_to_map: &PointsToMap<'tcx>, |
| 1091 | body: &Body<'tcx>, |
no outgoing calls
no test coverage detected