diff options
| author | bors <bors@rust-lang.org> | 2023-11-16 21:29:49 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-11-16 21:29:49 +0000 |
| commit | ee48a3f24121d42ba32b69856d6d6e22ae01d8c7 (patch) | |
| tree | 384c503a882266654d78521607ead1296aa50706 /library/std/src/process.rs | |
| parent | 3d65927fae3bf2c90ced4955a2ec6a24bb04d865 (diff) | |
| parent | a5a039be35f7cfb8230819d214da04f97d71f735 (diff) | |
| download | rust-ee48a3f24121d42ba32b69856d6d6e22ae01d8c7.tar.gz rust-ee48a3f24121d42ba32b69856d6d6e22ae01d8c7.zip | |
Auto merge of #3171 - saethlin:rustup, r=saethlin
Rustup For https://github.com/rust-lang/miri/pull/3103
Diffstat (limited to 'library/std/src/process.rs')
| -rw-r--r-- | library/std/src/process.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/process.rs b/library/std/src/process.rs index ad29eeb6a0b..af6bef1a76e 100644 --- a/library/std/src/process.rs +++ b/library/std/src/process.rs @@ -1961,7 +1961,7 @@ impl ExitCode { } /// The default value is [`ExitCode::SUCCESS`] -#[stable(feature = "process_exitcode_default", since = "CURRENT_RUSTC_VERSION")] +#[stable(feature = "process_exitcode_default", since = "1.75.0")] impl Default for ExitCode { fn default() -> Self { ExitCode::SUCCESS |
