You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an isolated build error using cargo_raze and rules_rust when I am trying to compile h2 crate or any crate that depends on it such as hyper It is failing by requesting that IndexMap in the h2 crate should have 3 type argumetns.
Not sure if that is issue of cargo_raze, rules_rust or am I missing something very obvious.
h2 doesn't seem to have any build.rs file, nor does it have any weird features to enable or disable. The error also seems to indicate that type inference seems to be failing. Has anyone encountered something similar before?
I am encountering an isolated build error using cargo_raze and rules_rust when I am trying to compile
h2
crate or any crate that depends on it such ashyper
It is failing by requesting thatIndexMap
in theh2
crate should have 3 type argumetns.Not sure if that is issue of cargo_raze, rules_rust or am I missing something very obvious.
h2 doesn't seem to have any build.rs file, nor does it have any weird features to enable or disable. The error also seems to indicate that type inference seems to be failing. Has anyone encountered something similar before?
Build using classical cargo works fine.
Could this be connected with #114 ?
The text was updated successfully, but these errors were encountered: