Closed mr-threepwood closed 1 month ago
Disclaimer: I am not certain whether this is actually an issue or simply my incapacity to properly follow the guide. :sweat_smile:
In the subsection 06-hello-world/spin-wait trying to execute cargo run --release --bin spin-wait failed:
cargo run --release --bin spin-wait
error: no bin target named `spin-wait`. Available bin targets: hello-world
However, the execution with the flag --example instead of --bin works.
--example
--bin
Disclaimer: I am not certain whether this is actually an issue or simply my incapacity to properly follow the guide. :sweat_smile:
In the subsection 06-hello-world/spin-wait trying to execute
cargo run --release --bin spin-wait
failed:error: no bin target named `spin-wait`. Available bin targets: hello-world
However, the execution with the flag
--example
instead of--bin
works.