Tracking Issue for nonzero_bitwise
#128281
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(nonzero_bitwise)]
ACP: rust-lang/libs-team#413
This is a tracking issue for bitwise and bytewise methods on
NonZero
. When used on a non-zero integer, these methods result in a non-zero integer, so can take the formfn(self) -> Self
.Public API
Steps / History
NonZero
#128282Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: