Skip to content

Commit c843bec

Browse files
committed
update skip_std_check_if_no_download_rustc doc-comments
Signed-off-by: onur-ozkan <[email protected]>
1 parent 0ca1be9 commit c843bec

File tree

8 files changed

+144
-140
lines changed

8 files changed

+144
-140
lines changed

src/bootstrap/src/core/config/config.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,9 @@ pub struct Config {
424424
/// Cache for determining path modifications
425425
pub path_modification_cache: Arc<Mutex<HashMap<Vec<&'static str>, PathFreshness>>>,
426426

427-
/// Skip checking std if `rust.download-rustc` isn't available, mostly for RA
427+
/// Skip checking the standard library if `rust.download-rustc` isn't available.
428+
/// This is mostly for RA as building the stage1 compiler to check the library tree
429+
/// on each code change might be too much for some computers.
428430
pub skip_std_check_if_no_download_rustc: bool,
429431
}
430432

src/bootstrap/src/core/config/flags.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,9 @@ pub struct Flags {
182182
/// Make bootstrap to behave as it's running on the CI environment or not.
183183
#[arg(global = true, long, value_name = "bool")]
184184
pub ci: Option<bool>,
185-
/// Skip checking std if `rust.download-rustc` isn't available, mostly for RA
185+
/// Skip checking the standard library if `rust.download-rustc` isn't available.
186+
/// This is mostly for RA as building the stage1 compiler to check the library tree
187+
/// on each code change might be too much for some computers.
186188
#[arg(global = true, long)]
187189
pub skip_std_check_if_no_download_rustc: bool,
188190
}

src/etc/completions/x.fish

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

src/etc/completions/x.ps1

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

src/etc/completions/x.py.fish

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

src/etc/completions/x.py.ps1

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

src/etc/completions/x.py.zsh

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

src/etc/completions/x.zsh

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)