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 e2da58a commit 8c3f6c5Copy full SHA for 8c3f6c5
src/dist/dist.rs
@@ -639,7 +639,8 @@ fn update_from_dist_<'a>(
639
640
// The user asked to update their nightly, but the latest nightly does not have all
641
// the components that the user currently has installed. Let's try the previous
642
- // nightly (recursively) until we find a nightly that does.
+ // nightlies in reverse chronological order until we find a nightly that does,
643
+ // starting at one date earlier than the current manifest's date.
644
//
645
// NOTE: we don't need to explicitly check for the case where the next nightly to
646
// try is _older_ than the current nightly, since we know that the user's current
0 commit comments