Merge {With,Graph}{Successors,Predecessors} into {Successors,Predecessors}
Now with GAT!
This commit is contained in:
@@ -28,8 +28,7 @@ use super::counters;
|
||||
use super::graph::{self, BasicCoverageBlock};
|
||||
|
||||
use itertools::Itertools;
|
||||
use rustc_data_structures::graph::WithSuccessors;
|
||||
use rustc_data_structures::graph::DirectedGraph;
|
||||
use rustc_data_structures::graph::{DirectedGraph, Successors};
|
||||
use rustc_index::{Idx, IndexVec};
|
||||
use rustc_middle::mir::*;
|
||||
use rustc_middle::ty;
|
||||
|
||||
Reference in New Issue
Block a user