We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba8163 commit ced7397Copy full SHA for ced7397
rust/private/rustc.bzl
@@ -820,6 +820,7 @@ def construct_arguments(
820
build_metadata (bool): Generate CLI arguments for building *only* .rmeta files. This requires use_json_output.
821
force_depend_on_objects (bool): Force using `.rlib` object files instead of metadata (`.rmeta`) files even if they are available.
822
skip_expanding_rustc_env (bool): Whether to skip expanding CrateInfo.rustc_env_attr
823
+ sandboxed (bool): Whether the action using the constructed arguments is sandboxed
824
825
Returns:
826
tuple: A tuple of the following items
0 commit comments