commit | 8826d30252762af3e97b9225fbf02b9c5a89db34 | [log] [tgz] |
---|---|---|
author | UebelAndre <andre.brisco@gmail.com> | Thu Jan 21 06:05:17 2021 -0800 |
committer | GitHub <noreply@github.com> | Thu Jan 21 14:05:17 2021 +0000 |
tree | 86dfd4d380df570826a40f692a770913e5cb2ee3 | |
parent | 8c388e1b816d0a7e5a7d3cc5d213be7f35299cf5 [diff] |
Fixed regression in `load_arbitrary_tool` causing it to require attributes repository rules that call it. (#554) In https://github.com/bazelbuild/rules_rust/pull/545 I fixed an issue where `load_arbitrary_tool` could not be used in repository rules that did not specify particular attributes. This issue was then reintroduced in https://github.com/bazelbuild/rules_rust/issues/551. This PR fixes the issue again and adds a test to prevent this from happening again in the future.
This repository provides rules for building Rust projects with Bazel.
Please refer to the full documentation.