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
Copy file name to clipboardExpand all lines: rust/private/providers.bzl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ CrateInfo = provider(
24
24
),
25
25
"compile_data": "depset[File]: Compile data required by this crate.",
26
26
"compile_data_targets": "depset[Label]: Compile data targets required by this crate.",
27
-
"data": "depset[File]: Compile data required by crates that use the current crate as a proc-macro.",
28
-
"deps": "depset[DepVariantInfo]: This crate's (rust or cc) dependencies' providers.",
27
+
"data": "depset[File]: Runtime data associated with the target. Not passed to `Rustc` actions, except for `proc-macro` targets where `Rustc` is the runtime.",
28
+
"deps": "depset[DepVariantInfo]: This crate's direct (rust or cc) dependencies' providers.",
29
29
"edition": "str: The edition of this crate.",
30
30
"is_test": "bool: If the crate is being compiled in a test context",
31
31
"metadata": "File: The output from rustc from producing the output file. It is optional.",
0 commit comments