• Home
  • Raw
  • Download

Lines Matching +full:expand +full:- +full:brackets

1 <!-- Generated with Stardoc: http://skydoc.bazel.build -->
22 capture_clippy_output(<a href="#capture_clippy_output-name">name</a>)
31 | :------------- | :------------- | :------------- | :------------- | :------------- |
32 …="capture_clippy_output-name"></a>name | A unique name for this target. | <a href="https://baze…
40 error_format(<a href="#error_format-name">name</a>)
43 …ange the [--error-format](https://doc.rust-lang.org/rustc/command-line-arguments.html#option-error
49 | :------------- | :------------- | :------------- | :------------- | :------------- |
50 | <a id="error_format-name"></a>name | A unique name for this target. | <a href="https://bazel.b…
58 extra_rustc_flag(<a href="#extra_rustc_flag-name">name</a>)
61 Add additional rustc_flag from the command line with `--@rules_rust//:extra_rustc_flag`. Multiple u…
67 | :------------- | :------------- | :------------- | :------------- | :------------- |
68 …<a id="extra_rustc_flag-name"></a>name | A unique name for this target. | <a href="https://baze…
76 extra_rustc_flags(<a href="#extra_rustc_flags-name">name</a>)
79--@rules_rust//:extra_rustc_flags`. This flag should only be used for flags that need to be applie…
85 | :------------- | :------------- | :------------- | :------------- | :------------- |
86 …a id="extra_rustc_flags-name"></a>name | A unique name for this target. | <a href="https://baze…
94-name">name</a>, <a href="#rust_binary-aliases">aliases</a>, <a href="#rust_binary-compile_data">c…
95-deps">deps</a>, <a href="#rust_binary-edition">edition</a>, <a href="#rust_binary-env">env</a>, <…
96-platform">platform</a>, <a href="#rust_binary-proc_macro_deps">proc_macro_deps</a>, <a href="#rus…
127 pub fn new(greeting: &str) -&gt; Greeter {
174 Target //examples/rust/hello_world:hello_world up-to-date:
175 bazel-bin/examples/rust/hello_world/hello_world
178 INFO: Running command line: bazel-bin/examples/rust/hello_world/hello_world
190 | :------------- | :------------- | :------------- | :------------- | :------------- |
191 | <a id="rust_binary-name"></a>name | A unique name for this target. | <a href="https://bazel.bu…
192-aliases"></a>aliases | Remap crates to a new name or moniker for linkage to this target<br><br>T…
193-compile_data"></a>compile_data | List of files used by this rule at compile time.<br><br>This at…
194-crate_features"></a>crate_features | List of features to enable for this crate.<br><br>Features …
195 | <a id="rust_binary-crate_name"></a>crate_name | Crate name to use for this target.<br><br>This m…
196 | <a id="rust_binary-crate_root"></a>crate_root | The file that will be passed to <code>rustc</cod…
197 | <a id="rust_binary-crate_type"></a>crate_type | Crate type that will be passed to <code>rustc</c…
198 | <a id="rust_binary-data"></a>data | List of files used by this rule at compile time and runtime.…
199 | <a id="rust_binary-deps"></a>deps | List of other libraries to be linked to this library target.…
200 | <a id="rust_binary-edition"></a>edition | The rust edition to use for this crate. Defaults to th…
201-env"></a>env | Specifies additional environment variables to set when the target is executed by …
202-experimental_use_cc_common_link"></a>experimental_use_cc_common_link | Whether to use cc_common.…
203 | <a id="rust_binary-linker_script"></a>linker_script | Link script to forward into linker via rus…
204 | <a id="rust_binary-malloc"></a>malloc | Override the default dependency on <code>malloc</code>.<…
205 | <a id="rust_binary-out_binary"></a>out_binary | Force a target, regardless of it's <code>crate_t…
206 | <a id="rust_binary-platform"></a>platform | Optional platform to transition the binary to. | <…
207 | <a id="rust_binary-proc_macro_deps"></a>proc_macro_deps | List of <code>rust_proc_macro</code> t…
208-rustc_env"></a>rustc_env | Dictionary of additional <code>"key": "value"</code> environment vari…
209-rustc_env_files"></a>rustc_env_files | Files containing additional environment variables to set …
210 | <a id="rust_binary-rustc_flags"></a>rustc_flags | List of compiler flags passed to <code>rustc</…
211 | <a id="rust_binary-srcs"></a>srcs | List of Rust <code>.rs</code> source files used to build the…
212-stamp"></a>stamp | Whether to encode build information into the <code>Rustc</code> action. Possi…
213 | <a id="rust_binary-version"></a>version | A version to inject in the cargo environment variable.…
221-name">name</a>, <a href="#rust_library-aliases">aliases</a>, <a href="#rust_library-compile_data"…
222-disable_pipelining">disable_pipelining</a>, <a href="#rust_library-edition">edition</a>, <a href=…
223 …<a href="#rust_library-srcs">srcs</a>, <a href="#rust_library-stamp">stamp</a>, <a href="#rust_lib…
249 pub fn new(greeting: &str) -&gt; Greeter {
284 Target //examples/rust/hello_lib:hello_lib up-to-date:
285 bazel-bin/examples/rust/hello_lib/libhello_lib.rlib
294 | :------------- | :------------- | :------------- | :------------- | :------------- |
295 | <a id="rust_library-name"></a>name | A unique name for this target. | <a href="https://bazel.b…
296-aliases"></a>aliases | Remap crates to a new name or moniker for linkage to this target<br><br>T…
297-compile_data"></a>compile_data | List of files used by this rule at compile time.<br><br>This at…
298-crate_features"></a>crate_features | List of features to enable for this crate.<br><br>Features …
299 | <a id="rust_library-crate_name"></a>crate_name | Crate name to use for this target.<br><br>This …
300 | <a id="rust_library-crate_root"></a>crate_root | The file that will be passed to <code>rustc</co…
301 | <a id="rust_library-data"></a>data | List of files used by this rule at compile time and runtime…
302 | <a id="rust_library-deps"></a>deps | List of other libraries to be linked to this library target…
303 | <a id="rust_library-disable_pipelining"></a>disable_pipelining | Disables pipelining for this ru…
304 | <a id="rust_library-edition"></a>edition | The rust edition to use for this crate. Defaults to t…
305 | <a id="rust_library-proc_macro_deps"></a>proc_macro_deps | List of <code>rust_proc_macro</code> …
306-rustc_env"></a>rustc_env | Dictionary of additional <code>"key": "value"</code> environment vari…
307-rustc_env_files"></a>rustc_env_files | Files containing additional environment variables to set …
308 | <a id="rust_library-rustc_flags"></a>rustc_flags | List of compiler flags passed to <code>rustc<…
309 | <a id="rust_library-srcs"></a>srcs | List of Rust <code>.rs</code> source files used to build th…
310-stamp"></a>stamp | Whether to encode build information into the <code>Rustc</code> action. Possi…
311 | <a id="rust_library-version"></a>version | A version to inject in the cargo environment variable…
319 rust_library_group(<a href="#rust_library_group-name">name</a>, <a href="#rust_library_group-deps">…
360 | :------------- | :------------- | :------------- | :------------- | :------------- |
361 … id="rust_library_group-name"></a>name | A unique name for this target. | <a href="https://baze…
362 | <a id="rust_library_group-deps"></a>deps | Other dependencies to forward through this crate grou…
370-name">name</a>, <a href="#rust_proc_macro-aliases">aliases</a>, <a href="#rust_proc_macro-compile…
371-edition">edition</a>, <a href="#rust_proc_macro-proc_macro_deps">proc_macro_deps</a>, <a href="#r…
372 <a href="#rust_proc_macro-version">version</a>)
375 Builds a Rust proc-macro crate.
382 | :------------- | :------------- | :------------- | :------------- | :------------- |
383 … <a id="rust_proc_macro-name"></a>name | A unique name for this target. | <a href="https://baze…
384-aliases"></a>aliases | Remap crates to a new name or moniker for linkage to this target<br><br>T…
385-compile_data"></a>compile_data | List of files used by this rule at compile time.<br><br>This at…
386-crate_features"></a>crate_features | List of features to enable for this crate.<br><br>Features …
387 | <a id="rust_proc_macro-crate_name"></a>crate_name | Crate name to use for this target.<br><br>Th…
388 | <a id="rust_proc_macro-crate_root"></a>crate_root | The file that will be passed to <code>rustc<…
389 | <a id="rust_proc_macro-data"></a>data | List of files used by this rule at compile time and runt…
390 | <a id="rust_proc_macro-deps"></a>deps | List of other libraries to be linked to this library tar…
391 | <a id="rust_proc_macro-edition"></a>edition | The rust edition to use for this crate. Defaults t…
392 | <a id="rust_proc_macro-proc_macro_deps"></a>proc_macro_deps | List of <code>rust_proc_macro</cod…
393-rustc_env"></a>rustc_env | Dictionary of additional <code>"key": "value"</code> environment vari…
394-rustc_env_files"></a>rustc_env_files | Files containing additional environment variables to set …
395 | <a id="rust_proc_macro-rustc_flags"></a>rustc_flags | List of compiler flags passed to <code>rus…
396 | <a id="rust_proc_macro-srcs"></a>srcs | List of Rust <code>.rs</code> source files used to build…
397-stamp"></a>stamp | Whether to encode build information into the <code>Rustc</code> action. Possi…
398 | <a id="rust_proc_macro-version"></a>version | A version to inject in the cargo environment varia…
406-name">name</a>, <a href="#rust_shared_library-aliases">aliases</a>, <a href="#rust_shared_library
407-edition">edition</a>, <a href="#rust_shared_library-experimental_use_cc_common_link">experimental…
408-rustc_env">rustc_env</a>, <a href="#rust_shared_library-rustc_env_files">rustc_env_files</a>, <a …
426 | :------------- | :------------- | :------------- | :------------- | :------------- |
427 …id="rust_shared_library-name"></a>name | A unique name for this target. | <a href="https://baze…
428-aliases"></a>aliases | Remap crates to a new name or moniker for linkage to this target<br><br>T…
429-compile_data"></a>compile_data | List of files used by this rule at compile time.<br><br>This at…
430-crate_features"></a>crate_features | List of features to enable for this crate.<br><br>Features …
431 | <a id="rust_shared_library-crate_name"></a>crate_name | Crate name to use for this target.<br><b…
432 | <a id="rust_shared_library-crate_root"></a>crate_root | The file that will be passed to <code>ru…
433 | <a id="rust_shared_library-data"></a>data | List of files used by this rule at compile time and …
434 | <a id="rust_shared_library-deps"></a>deps | List of other libraries to be linked to this library…
435 | <a id="rust_shared_library-edition"></a>edition | The rust edition to use for this crate. Defaul…
436-experimental_use_cc_common_link"></a>experimental_use_cc_common_link | Whether to use cc_common.…
437 | <a id="rust_shared_library-malloc"></a>malloc | Override the default dependency on <code>malloc<…
438 | <a id="rust_shared_library-platform"></a>platform | Optional platform to transition the shared l…
439 | <a id="rust_shared_library-proc_macro_deps"></a>proc_macro_deps | List of <code>rust_proc_macro<…
440-rustc_env"></a>rustc_env | Dictionary of additional <code>"key": "value"</code> environment vari…
441-rustc_env_files"></a>rustc_env_files | Files containing additional environment variables to set …
442 | <a id="rust_shared_library-rustc_flags"></a>rustc_flags | List of compiler flags passed to <code…
443 | <a id="rust_shared_library-srcs"></a>srcs | List of Rust <code>.rs</code> source files used to b…
444-stamp"></a>stamp | Whether to encode build information into the <code>Rustc</code> action. Possi…
445 | <a id="rust_shared_library-version"></a>version | A version to inject in the cargo environment v…
453-name">name</a>, <a href="#rust_static_library-aliases">aliases</a>, <a href="#rust_static_library
454-edition">edition</a>, <a href="#rust_static_library-platform">platform</a>, <a href="#rust_static…
455 …<a href="#rust_static_library-stamp">stamp</a>, <a href="#rust_static_library-version">version</a>)
473 | :------------- | :------------- | :------------- | :------------- | :------------- |
474 …id="rust_static_library-name"></a>name | A unique name for this target. | <a href="https://baze…
475-aliases"></a>aliases | Remap crates to a new name or moniker for linkage to this target<br><br>T…
476-compile_data"></a>compile_data | List of files used by this rule at compile time.<br><br>This at…
477-crate_features"></a>crate_features | List of features to enable for this crate.<br><br>Features …
478 | <a id="rust_static_library-crate_name"></a>crate_name | Crate name to use for this target.<br><b…
479 | <a id="rust_static_library-crate_root"></a>crate_root | The file that will be passed to <code>ru…
480 | <a id="rust_static_library-data"></a>data | List of files used by this rule at compile time and …
481 | <a id="rust_static_library-deps"></a>deps | List of other libraries to be linked to this library…
482 | <a id="rust_static_library-edition"></a>edition | The rust edition to use for this crate. Defaul…
483 | <a id="rust_static_library-platform"></a>platform | Optional platform to transition the static l…
484 | <a id="rust_static_library-proc_macro_deps"></a>proc_macro_deps | List of <code>rust_proc_macro<…
485-rustc_env"></a>rustc_env | Dictionary of additional <code>"key": "value"</code> environment vari…
486-rustc_env_files"></a>rustc_env_files | Files containing additional environment variables to set …
487 | <a id="rust_static_library-rustc_flags"></a>rustc_flags | List of compiler flags passed to <code…
488 | <a id="rust_static_library-srcs"></a>srcs | List of Rust <code>.rs</code> source files used to b…
489-stamp"></a>stamp | Whether to encode build information into the <code>Rustc</code> action. Possi…
490 | <a id="rust_static_library-version"></a>version | A version to inject in the cargo environment v…
498-name">name</a>, <a href="#rust_test-aliases">aliases</a>, <a href="#rust_test-compile_data">compi…
499-edition">edition</a>, <a href="#rust_test-env">env</a>, <a href="#rust_test-experimental_use_cc_c…
500-rustc_env_files">rustc_env_files</a>, <a href="#rust_test-rustc_flags">rustc_flags</a>, <a href="…
525 pub fn new(greeting: &str) -&gt; Greeter {
529 pub fn greet(&self, thing: &str) -&gt; String {
573 Integration tests that live in the [`tests` directory][int-tests], they are essentially bui…
575 [int-tests]: http://doc.rust-lang.org/book/testing.html#the-tests-directory
626 | :------------- | :------------- | :------------- | :------------- | :------------- |
627 | <a id="rust_test-name"></a>name | A unique name for this target. | <a href="https://bazel.buil…
628-aliases"></a>aliases | Remap crates to a new name or moniker for linkage to this target<br><br>T…
629-compile_data"></a>compile_data | List of files used by this rule at compile time.<br><br>This at…
630 | <a id="rust_test-crate"></a>crate | Target inline tests declared in the given crate<br><br>These…
631-crate_features"></a>crate_features | List of features to enable for this crate.<br><br>Features …
632 | <a id="rust_test-crate_name"></a>crate_name | Crate name to use for this target.<br><br>This mus…
633 | <a id="rust_test-crate_root"></a>crate_root | The file that will be passed to <code>rustc</code>…
634 | <a id="rust_test-data"></a>data | List of files used by this rule at compile time and runtime.<b…
635 | <a id="rust_test-deps"></a>deps | List of other libraries to be linked to this library target.<b…
636 | <a id="rust_test-edition"></a>edition | The rust edition to use for this crate. Defaults to the …
637-env"></a>env | Specifies additional environment variables to set when the test is executed by ba…
638-experimental_use_cc_common_link"></a>experimental_use_cc_common_link | Whether to use cc_common.…
639 | <a id="rust_test-malloc"></a>malloc | Override the default dependency on <code>malloc</code>.<br…
640 | <a id="rust_test-platform"></a>platform | Optional platform to transition the test to. | <a hr…
641 | <a id="rust_test-proc_macro_deps"></a>proc_macro_deps | List of <code>rust_proc_macro</code> tar…
642-rustc_env"></a>rustc_env | Dictionary of additional <code>"key": "value"</code> environment vari…
643-rustc_env_files"></a>rustc_env_files | Files containing additional environment variables to set …
644 | <a id="rust_test-rustc_flags"></a>rustc_flags | List of compiler flags passed to <code>rustc</co…
645 | <a id="rust_test-srcs"></a>srcs | List of Rust <code>.rs</code> source files used to build the l…
646-stamp"></a>stamp | Whether to encode build information into the <code>Rustc</code> action. Possi…
647-use_libtest_harness"></a>use_libtest_harness | Whether to use <code>libtest</code>. For targets …
648 | <a id="rust_test-version"></a>version | A version to inject in the cargo environment variable. …
656 …st_suite(<a href="#rust_test_suite-name">name</a>, <a href="#rust_test_suite-srcs">srcs</a>, <a hr…
701 [it]: https://doc.rust-lang.org/rust-by-example/testing/integration_testing.html
709 | :------------- | :------------- | :------------- |
710 | <a id="rust_test_suite-name"></a>name | The name of the <code>test_suite</code>. | none |
711 | <a id="rust_test_suite-srcs"></a>srcs | All test sources, typically <code>glob(["tests/**/*.rs"]…
712 | <a id="rust_test_suite-kwargs"></a>kwargs | Additional keyword arguments for the underyling [rus…