type InnerGraph<'tcx> = Graph<DepNode<'tcx>, DepEdge>;
struct InnerGraph<'tcx> { /* private fields */ }