rami3l

Results 461 comments of rami3l

> [This is still breaking Rust for users](https://users.rust-lang.org/t/solved-feature-gates-not-working-even-when-using-nightly-compiler-error-e0554-feature-may-not-be-used-on-the-stable-release-channel/114718/3). The existing mitigations don't help — when a brew user installs some rust-dependent package, which brew decides to build from source, they...

I'm closing this issue as completed since I have successfully made 3 PRs adding extra pointers in both homebrew-core and our docs: - https://github.com/Homebrew/homebrew-core/pull/218316 - https://github.com/Homebrew/homebrew-core/pull/220021 - https://github.com/rust-lang/rustup/pull/4283 Specifically, when...

@cher-nov Thanks for the report. I think that is unfortunate but reasonable given that the outcome of mixed stdout/stderr output is not guaranteed. In your particular case, the `warn:` line...

> just wanted to say that I'm seeing all the repositories I'm participating in migrate to dtolnay/rust-toolchain @djc Yup, I'm using @dtolnay's workflow as well since I know it's becoming...

@jcbhmr Discoverability issues are indeed easier to be identified by newcomers like you, thanks a lot for your detailed feedback!

I need an action to setup Rust as well because sometimes my actions happen in a custom Docker image. FWIW I found out the thread that led me to dtolnay's...

FWIW @Manishearth is considering the option of creating a separate team for maintaining official GitHub Actions: https://rust-lang.zulipchat.com/#narrow/stream/301329-t-devtools/topic/Having.20a.20CI.20subteam.3F We could definitely use some help in this respect, so feel free to...

Looks like we are blocked by the upstream in a few places; I can take it from there in terms of contacting them. Thanks :) PS: It'd be nice if...

@djc So the current situation in terms of the download support of this new target is: * libcurl is not buildable, but you are dropping it anyway? * aws-lc is...

> > * libcurl is not buildable, but you are dropping it anyway? > > Last I remember you [didn't want to go there](https://github.com/rust-lang/rustup/issues/4423#issuecomment-3103304390) just yet? @djc Yes, but the...