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 94d98a4 commit eec97f3Copy full SHA for eec97f3
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