rules_rust icon indicating copy to clipboard operation
rules_rust copied to clipboard

Adding a rust_binary target to toolchain_test.bzl causes failure.

Open granaghan opened this issue 1 year ago • 0 comments

During #2431 I tried to add a tool chain test that used a rust_binary target. For some reason, this caused tests to attempt to actually build libraries using the dummy tool chain resulting in failures. rust_library and rust_shared_library targets, however, do not fail.

granaghan avatar Mar 28 '24 19:03 granaghan