We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4857a5f commit aad191dCopy full SHA for aad191d
std/src/process.rs
@@ -1764,7 +1764,7 @@ impl ExitCode {
1764
/// code.exit_process()
1765
/// }
1766
/// ```
1767
- #[unstable(feature = "exitcode_exit_method", issue = "none")]
+ #[unstable(feature = "exitcode_exit_method", issue = "97100")]
1768
pub fn exit_process(self) -> ! {
1769
exit(self.to_i32())
1770
}
0 commit comments