Skip to content

Commit ced7397

Browse files
author
Vinh Tran
committed
Add docstring for sandboxed
1 parent cba8163 commit ced7397

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/private/rustc.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,7 @@ def construct_arguments(
820820
build_metadata (bool): Generate CLI arguments for building *only* .rmeta files. This requires use_json_output.
821821
force_depend_on_objects (bool): Force using `.rlib` object files instead of metadata (`.rmeta`) files even if they are available.
822822
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
823824
824825
Returns:
825826
tuple: A tuple of the following items

0 commit comments

Comments
 (0)