Skip to content

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

Closed
thestinger opened this issue Mar 21, 2013 · 6 comments
Closed

the trie should allow other fixed-size integer types as keys #5459

thestinger opened this issue Mar 21, 2013 · 6 comments

Comments

@thestinger
Copy link
Contributor

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.

@ghost ghost assigned thestinger Mar 21, 2013
@emberian
Copy link
Member

Visiting for triage; still relevant.

@emberian
Copy link
Member

Don't see why it's backwards compatible; renominating for "feature complete"

@graydon
Copy link
Contributor

graydon commented Aug 8, 2013

Could represent API breakage but only if we consider trie to be part of the stable API. Plausible that we put it in unstable -- it's only really in libstd in order to help with the GC. Marking as just a bug.

@graydon
Copy link
Contributor

graydon commented Aug 8, 2013

just a bug, removing milestone/nomination.

@sanxiyn
Copy link
Member

sanxiyn commented Dec 16, 2013

Triage. Do we have enough trait inheritance working now?

@thestinger thestinger removed their assignment Jun 16, 2014
@Gankra
Copy link
Contributor

Gankra commented Jan 29, 2015

TrieMap is no longer in std

@Gankra Gankra closed this as completed Jan 29, 2015
oli-obk pushed a commit to oli-obk/rust that referenced this issue May 2, 2020
…=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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants