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
Auto merge of rust-lang#77083 - KodrAus:revert/const-type-id, r=RalfJung
revert const_type_id stabilization
This reverts rust-lang#72488, which is currently on beta and scheduled to stabilize in `1.47.0`, based on rust-lang#75923 (comment)
It turns out we might not be quite ready to stabilize `TypeId` in const contexts before having a chance to rework its internals. Since `TypeId` is a bit of an oddity we want to be careful about how those internals are currently being relied on while making changes. That will be easier to do without having to also consider compile-time contexts.
r? `@eddyb`
0 commit comments