-
Notifications
You must be signed in to change notification settings - Fork 286
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
IndexMap called with the wrong number of type arguments? #466
Comments
Sounds like |
Hmm... A new Maybe @cuviper can shed some light here? |
Are you cross-compiling? It could be missing rust flags per cuviper/autocfg#15. Since 1.3.0, |
I fully expect this to be user error but hopefully you can point me in the right direction. I'm using using tower-ready-cache
0.3.1
and compiling with rust1.45.1
, and when I do so I get the following error:Any idea why this would be or if I'm using imcompatible versions? I know 0.3.1 is the version that tonic depends on, and tonic's documentation says it just needs rust 1.39 or above.
Is there a
--cfg
option I need to be providing during compilation?Link to first error
Link to second error
I can tell from the documentation that index_map supports 2 type arguments, so what am I doing wrong here?
The text was updated successfully, but these errors were encountered: