mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-17 06:26:55 +00:00
Add tracking issue for ExitCode::exit_process
This commit is contained in:
parent
f1f721e640
commit
e68e9775e2
@ -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…
Reference in New Issue
Block a user