You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for a way to have some targets transition on the Rust toolchain channel (stable, nightly, beta) without needing to define a platform with this as a constraint. Defining platforms is difficult since rust_toolchain requires a cc_toolchain and once --platforms (or --host_platform), the host detected cc_toolchain no longer matches. Any thoughts on how a transition could be defined that would allow specific targets to build with a nightly toolchain?
The text was updated successfully, but these errors were encountered:
This request is related to #1642 where I think it'd be cool if users weren't forced to define their own platforms or always use a nightly toolchain for the entire workspace just to use the functionality there.
I'm looking for a way to have some targets transition on the Rust toolchain channel (stable, nightly, beta) without needing to define a platform with this as a constraint. Defining platforms is difficult since
rust_toolchain
requires acc_toolchain
and once --platforms (or --host_platform), the host detectedcc_toolchain
no longer matches. Any thoughts on how a transition could be defined that would allow specific targets to build with a nightly toolchain?The text was updated successfully, but these errors were encountered: