We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VertexRef: ~const Destruct
topological_sort
1 parent b78f660 commit 3067a04Copy full SHA for 3067a04
src/r3_core/src/bind/sorter.rs
@@ -607,7 +607,7 @@ where
607
Graph::VertexIter<'a>: ~const MyIterator + ~const Destruct,
608
// [ref:const_trait_not_implied] necessitates `: ~const MyIterator`
609
Graph::SuccessorIter<'a>: ~const MyIterator + ~const Destruct,
610
- VertexRef: Copy,
+ VertexRef: Copy + ~const Destruct,
611
VertexRefLessThan: ~const FnMut(&VertexRef, &VertexRef) -> bool,
612
ReadyVertexQueue: ~const VecLike<Element = VertexRef>,
613
for<'index> VertexInfoMap: ~const Index<&'index VertexRef, Output = TopologicalSortVertexInfo>
0 commit comments