Replies: 1 comment 1 reply
-
There isn't really a fantastic way, you'd need to know what toolchain you matched. There's @rules_rust//rust/toolchain:current_rustc_files but that's not executable. It might be reasonable to do so but building that target should force bazel to download a compiler where you can find it in the Bazel output base for your checkout. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Supposing I have a toolchain set up with eg
How can I invoke this toolchain's
rustc
via the command line? For example, something likeBeta Was this translation helpful? Give feedback.
All reactions