commit | fb6460cf9b1fe9f7cf801caa3f6c4b11387d3316 | [log] [tgz] |
---|---|---|
author | David Freese <freese@verily.com> | Wed Nov 11 04:17:31 2020 -0800 |
committer | GitHub <noreply@github.com> | Wed Nov 11 04:17:31 2020 -0800 |
tree | 7181d221a8de339a35ed076fcdc436c222aa800c | |
parent | 8d2b4eeeff9dce24f5cbb36018f2d60ecd676639 [diff] |
Remove incorrect paren in bingen repositories (#488) I was trying to setup some testing on various versions of bazel when I kept running into this issue that causes bazel query to error out. However, the error handling is specifc to earlier 3.X series versions of bazel. Prior to this patch, this causes and error: ``` bazel-3.4.0 query -- //... - @examples//... ``` however, this does not error out: ``` bazel-3.5.0 query -- //... - @examples//... ``` which is why rules_rust tests are probably still passing. This removes the unintentional paren, which removes the issue in all 3.X cases that I tested.
This repository provides rules for building Rust projects with Bazel.
Please refer to the full documentation.