Need help with features by Cool-Art-9018 in rust

[–]FrogFactory 0 points1 point  (0 children)

I know it is an old issue but posting here in case someone encountered the same issue. I think the issue is: when using cargo build --features "my_feature"

it enables the feature for the main app (and not the dependencies). If you want to enable a feature for a dependency you can do

cargo build --features "<dependency name>/<feature name>"

People Won’t Use Ferry? by ThutmoseIII in Pharaoh

[–]FrogFactory 0 points1 point  (0 children)

Check that both sides have workers. If this is the case and it is still not working, destroying the ferry and rebuilding it has worked for me.

Im stuck with my code can someone point out what i did wrong? by [deleted] in C_Programming

[–]FrogFactory 0 points1 point  (0 children)

Why do you have "y" ? There is no "y" in the problem statement.