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.
2 parents f7c01b0 + eec97f3 commit 5741fffCopy full SHA for 5741fff
src/toolchain/distributable.rs
@@ -320,7 +320,7 @@ impl<'a> DistributableToolchain<'a> {
320
targets: &[&str],
321
profile: Profile,
322
force: bool,
323
- ) -> anyhow::Result<(UpdateStatus, Self)> {
+ ) -> anyhow::Result<(UpdateStatus, DistributableToolchain<'a>)> {
324
let hash_path = cfg.get_hash_file(desc, true)?;
325
let update_hash = Some(&hash_path as &Path);
326
0 commit comments