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.
1 parent 034b93c commit a85f9b6Copy full SHA for a85f9b6
src/cargo/core/resolver/mod.rs
@@ -753,6 +753,8 @@ fn activate_deps_loop<'a>(mut cx: Context<'a>,
753
// changed (possibly relaxing version constraints). If the outcome could differ,
754
// resets `cx` and `remaining_deps` to that level and returns the
755
// next candidate. If all candidates have been exhausted, returns None.
756
+// Read https://github.com/rust-lang/cargo/pull/4834#issuecomment-362871537 for
757
+// a more detailed explanation of the logic here.
758
fn find_candidate<'a>(backtrack_stack: &mut Vec<BacktrackFrame<'a>>,
759
cx: &mut Context<'a>,
760
remaining_deps: &mut BinaryHeap<DepsFrame>,
0 commit comments