fn augment_path<G>( graph: &G, outer: G::NodeId, other: G::NodeId, mate: &mut [Option<G::NodeId>], label: &[Label<G>], )where G: NodeIndexable,