Tracking Issue for ExitCode::exit_process() (original) (raw)

Feature gate: #![feature(exitcode_exit_method)]

This is a tracking issue for the ExitCode::exit_process() method.

exit_code.exit_process() exits the process with the ExitCode passed as the self argument.

Public API

impl std::process::ExitCode { pub fn exit_process(self) -> !; }

Steps / History

Unresolved Questions