Rollup merge of #97101 - coolreader18:exitcode-method-issue, r=yaahc
Add tracking issue for ExitCode::exit_process r? `@yaahc`
This commit is contained in:
commit
2d95c6acab
1 changed files with 1 additions and 1 deletions
|
@ -1764,7 +1764,7 @@ impl ExitCode {
|
|||
/// code.exit_process()
|
||||
/// }
|
||||
/// ```
|
||||
#[unstable(feature = "exitcode_exit_method", issue = "none")]
|
||||
#[unstable(feature = "exitcode_exit_method", issue = "97100")]
|
||||
pub fn exit_process(self) -> ! {
|
||||
exit(self.to_i32())
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue