Skip to content
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

trait bounds are not (yet) enforced in type definitions #3

Open
neon64 opened this issue Jun 7, 2016 · 0 comments
Open

trait bounds are not (yet) enforced in type definitions #3

neon64 opened this issue Jun 7, 2016 · 0 comments

Comments

@neon64
Copy link
Owner

neon64 commented Jun 7, 2016

Caused by this line:

type ArchiveEntryMap<AL: ArchiveLen> = FnvHashMap<HashedPath, GenericArray<ArchiveEntryPerReplica, AL>>

I'm not worrying about it at the moment. I can always just remove the typealias and write it out directly.

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

1 participant