Skip to content

Commit e68e977

Browse files
committed
Add tracking issue for ExitCode::exit_process
1 parent f1f721e commit e68e977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@ impl ExitCode {
17641764
/// code.exit_process()
17651765
/// }
17661766
/// ```
1767-
#[unstable(feature = "exitcode_exit_method", issue = "none")]
1767+
#[unstable(feature = "exitcode_exit_method", issue = "97100")]
17681768
pub fn exit_process(self) -> ! {
17691769
exit(self.to_i32())
17701770
}

0 commit comments

Comments
 (0)