You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aid="CrateInfo-root"></a>root | File: The source File entrypoint to this crate, eg. lib.rs |
1476
1476
| <aid="CrateInfo-rustc_env"></a>rustc_env | Dict[String, String]: Additional <code>"key": "value"</code> environment variables to set for rustc. |
1477
1477
| <aid="CrateInfo-rustc_env_files"></a>rustc_env_files |[File]: Files containing additional environment variables to set for rustc. |
1478
+
| <aid="CrateInfo-rustc_output"></a>rustc_output | File: The output from rustc from producing the output file. It is optional. |
1479
+
| <aid="CrateInfo-rustc_rmeta_output"></a>rustc_rmeta_output | File: The rmeta file produced for this crate. It is optional. |
1478
1480
| <aid="CrateInfo-srcs"></a>srcs | depset[File]: All source Files that are part of the crate. |
1479
1481
| <aid="CrateInfo-type"></a>type | str: The type of this crate (see [rustc --crate-type](https://doc.rust-lang.org/rustc/command-line-arguments.html#--crate-type-a-list-of-types-of-crates-for-the-compiler-to-emit)). |
1480
1482
| <aid="CrateInfo-wrapped_crate_type"></a>wrapped_crate_type | str, optional: The original crate type for targets generated using a previously defined crate (typically tests using the <code>rust_test::crate</code> attribute) |
| <aid="CrateInfo-root"></a>root | File: The source File entrypoint to this crate, eg. lib.rs |
38
38
| <aid="CrateInfo-rustc_env"></a>rustc_env | Dict[String, String]: Additional <code>"key": "value"</code> environment variables to set for rustc. |
39
39
| <aid="CrateInfo-rustc_env_files"></a>rustc_env_files |[File]: Files containing additional environment variables to set for rustc. |
40
+
| <aid="CrateInfo-rustc_output"></a>rustc_output | File: The output from rustc from producing the output file. It is optional. |
41
+
| <aid="CrateInfo-rustc_rmeta_output"></a>rustc_rmeta_output | File: The rmeta file produced for this crate. It is optional. |
40
42
| <aid="CrateInfo-srcs"></a>srcs | depset[File]: All source Files that are part of the crate. |
41
43
| <aid="CrateInfo-type"></a>type | str: The type of this crate (see [rustc --crate-type](https://doc.rust-lang.org/rustc/command-line-arguments.html#--crate-type-a-list-of-types-of-crates-for-the-compiler-to-emit)). |
42
44
| <aid="CrateInfo-wrapped_crate_type"></a>wrapped_crate_type | str, optional: The original crate type for targets generated using a previously defined crate (typically tests using the <code>rust_test::crate</code> attribute) |
0 commit comments