-
Notifications
You must be signed in to change notification settings - Fork 13.3k
the trie should allow other fixed-size integer types as keys #5459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Visiting for triage; still relevant. |
Don't see why it's backwards compatible; renominating for "feature complete" |
Could represent API breakage but only if we consider trie to be part of the stable API. Plausible that we put it in |
just a bug, removing milestone/nomination. |
Triage. Do we have enough trait inheritance working now? |
TrieMap is no longer in std |
…=flip1995 large_enum_variant: Report sizes of variants This reports the sizes of the largest and second-largest variants. Closes rust-lang#5459 changelog: `large_enum_variant`: Report the sizes of the largest and second-largest variants.
This would be really annoying to do before trait inheritance actually works enough to define
BoundedInteger
inheriting from everything necessary, and defining static methods for the number of bits/bytes.The text was updated successfully, but these errors were encountered: