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
fail("`rustfmt_version` does not include an iso_date. The following reposiotry should either set `iso_date` or update `rustfmt_version` to include an iso_date suffix: {}".format(
471
+
fail("`rustfmt_version` does not include an iso_date. The following repository should either set `iso_date` or update `rustfmt_version` to include an iso_date suffix: {}".format(
versions (list, optional): A list of toolchain versions to download. This paramter only accepts one versions
1149
+
versions (list, optional): A list of toolchain versions to download. This parameter only accepts one versions
1150
1150
per channel. E.g. `["1.65.0", "nightly/2022-11-02", "beta/2020-12-30"]`.
1151
1151
exec_triple (str): The Rust-style target that this compiler runs on
1152
1152
target_settings (list of labels as strings, optional): A list of config_settings that must be satisfied by the target configuration in order for this set of toolchains to be selected during toolchain resolution.
@@ -1163,7 +1163,7 @@ def rust_repository_set(
1163
1163
Requires version to be "nightly".
1164
1164
extra_rustc_flags (dict, list, optional): Dictionary of target triples to list of extra flags to pass to rustc in non-exec configuration.
1165
1165
extra_exec_rustc_flags (list, optional): Extra flags to pass to rustc in exec configuration.
1166
-
opt_level (dict, dict, optional): Dictionary of target triples to optimiztion config.
1166
+
opt_level (dict, dict, optional): Dictionary of target triples to optimization config.
1167
1167
strip_level (dict, dict, optional): Dictionary of target triples to strip config.
1168
1168
sha256s (str, optional): A dict associating tool subdirectories to sha256 hashes. See
1169
1169
[rust_register_toolchains](#rust_register_toolchains) for more details.
@@ -1182,7 +1182,7 @@ def rust_repository_set(
1182
1182
toolchains. This is to avoid MAX_PATH issues.
1183
1183
1184
1184
Returns:
1185
-
dict[str, dict]: A dict of informations about all generated toolchains.
1185
+
dict[str, dict]: A dict of information about all generated toolchains.
0 commit comments