[][src]Function rustc_data_structures::graph::iterate::reverse_post_order

pub fn reverse_post_order<G: DirectedGraph + WithSuccessors + WithNumNodes>(
    graph: &G,
    start_node: G::Node
) -> Vec<G::Node>