You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);.