Skip to content

Commit

Permalink
Regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
djmarcin committed Sep 2, 2021
1 parent 1bab2af commit 9ff0f64
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/defs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@
* [rust_benchmark](#rust_benchmark)
* [rust_test](#rust_test)
* [rust_test_suite](#rust_test_suite)
* [error_format](#error_format)

<a id="#error_format"></a>

## error_format

<pre>
error_format(<a href="#error_format-name">name</a>)
</pre>

A helper rule for controlling the rustc [--error-format](https://doc.rust-lang.org/rustc/command-line-arguments.html#option-error-format) flag.

**ATTRIBUTES**


| Name | Description | Type | Mandatory | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
| <a id="error_format-name"></a>name | A unique name for this target. | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required | |


<a id="#rust_benchmark"></a>

Expand Down
19 changes: 19 additions & 0 deletions docs/flatten.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* [cargo_build_script](#cargo_build_script)
* [crate](#crate)
* [crate_universe](#crate_universe)
* [error_format](#error_format)
* [fail_when_enabled](#fail_when_enabled)
* [incompatible_flag](#incompatible_flag)
* [rust_analyzer](#rust_analyzer)
Expand Down Expand Up @@ -117,6 +118,24 @@ Environment Variables:
| <a id="crate_universe-version"></a>version | The version of cargo the resolver should use | String | optional | "1.54.0" |


<a id="#error_format"></a>

## error_format

<pre>
error_format(<a href="#error_format-name">name</a>)
</pre>

A helper rule for controlling the rustc [--error-format](https://doc.rust-lang.org/rustc/command-line-arguments.html#option-error-format) flag.

**ATTRIBUTES**


| Name | Description | Type | Mandatory | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
| <a id="error_format-name"></a>name | A unique name for this target. | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required | |


<a id="#fail_when_enabled"></a>

## fail_when_enabled
Expand Down

0 comments on commit 9ff0f64

Please sign in to comment.