Just starting to take a look at rules_rs so this may be pebkac
For a reproducer, if you start with https://github.com/bazel-starters/rust , follow the instructions, but update rules_rs to 0.0.31+ (which is when rules_rs introduced its own toolchains), you will get
While resolving toolchains for target @@rules_rs++crate+crates__rand-0.8.5//:rand (bb02cf4): No matching toolchains found for types:
@@rules_rs++rules_rust+rules_rust//rust:toolchain_type
I'm seeing the same in my own repos.
Thoughts?
Just starting to take a look at rules_rs so this may be pebkac
For a reproducer, if you start with https://github.com/bazel-starters/rust , follow the instructions, but update rules_rs to 0.0.31+ (which is when rules_rs introduced its own toolchains), you will get
I'm seeing the same in my own repos.
Thoughts?