Skip to content

members of ::std::u128 module must not be stable #38860

Closed
@est31

Description

@est31

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);.

cc #35118 (tracking issue)
cc @nagisa

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions