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