Tracking Issue for NonZero
trait
#95157
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_trait)]
This is a tracking issue for adding a
NonZero
trait tocore::num
, which includes an associated scalar type and a safety requirement.Public API
Steps / History
NonZero
trait with primitive associated type #95155Unresolved Questions
Scalar
or something else, such asPrimitive
?The text was updated successfully, but these errors were encountered: