Closed
Description
After re-installing my environment I'm getting an error on same code base:
error[E0107]: wrong number of type arguments: expected 3, found 2
--> /home/pah/.cargo/registry/src/github.com-1ecc6299db9ec823/h2-0.2.6/src/proto/streams/store.rs:15:10
|
15 | ids: IndexMap<StreamId, SlabIndex>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 3 type arguments
error: aborting due to previous error
For more information about this error, try `rustc --explain E0107`.
error: could not compile `h2`.
Is there a way to somehow set has_std
for indexmap crate so deep in dependency tree?
Edit: It works on windows.
Metadata
Metadata
Assignees
Labels
No labels