-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
Seems that #38482, while correctly making use ::std::u128; unstable, accidentally made the members of that module stable. This must not happen, and it may not leak to stable/beta. E.g. this compiles : println!("{}", ::std::u128::MAX);.
Metadata
Metadata
Assignees
Labels
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.