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
The arguments are currently parsed incorrectly when multiple comma-separated features are provided such as in --features hello,hola. It gets put into the cargo command like this: --features hello hola.
The text was updated successfully, but these errors were encountered:
But space separated the way they are currently produced will end up as non-feature arguments. You can try it yourself and it will pop out as incorrect if you provide something like --features a,b.
The arguments are currently parsed incorrectly when multiple comma-separated features are provided such as in
--features hello,hola
. It gets put into the cargo command like this:--features hello hola
.The text was updated successfully, but these errors were encountered: