rami3l

Results 461 comments of rami3l

@soloturn Sorry, but I'm a bit confused. How did you install the `rustup` binary without getting a recent version of `cargo`? Maybe you have installed it through a third party...

@lolbinarycat Thanks for filing this issue! I think this feature request is quite valid. Indeed, you'd like to have something like this as well especially when you're working with many...

> Yeah, I'm honestly not sure the implementation complexity of this is worth it. At the very least (a) I don't think it should be a priority for us and...

Implementation-wise a basic idea would be placing an `implicit.txt` in the toolchain directory to signify that one toolchain is implicitly installed as required by one or more projects, with one...

Looks like the problem is still there with the 1.79 channel (#3953)? @jdno There shouldn't be a fundamental difference between the two manifests (1.79 and 1.79.0), right? Update: Just tried...

> This is bizarre, I can't reproduce it no matter what I do now. I see `cargo` in both and it works with `1.79` in the toolchain now. I tried...

According to the error message format and my IDE searching the current codebase, this is a `RustupError::DownloadingFile`. This kind error message can only be emitted from here: https://github.com/rust-lang/rustup/blob/6d4376180d10e35daec5453546e508eb4726fa52/src/utils/utils.rs#L154-L190

> Hi [@rami3l](https://github.com/rami3l), I also encountered the same issue with tests, searching for the cause, I came across [this thread](https://users.rust-lang.org/t/runtime-dropped-the-dispatch-task/91915) on the rust-lang forums. We started encountering the problem over...

@psy-kai I cannot seem to be able to reproduce this on my machine. Here's what I've tried: ```console > uname -moprsv Darwin 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2...