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
you need to specify the name of the crate even if the Cargo package contains only a single binary crate in it. the crate with root at src/main.rs has the same name as the Cargo package (this is specified in the package's Cargo.toml).
so for a project created with cargo new --bin hello you would have to use cargo call-stack --bin hello --target x86_64-unknown-linux-gnu. note that the --target flag is required if you have not set a compilation target in .cargo/config.toml (yes, even if you are doing native compilation)
I got this error:
The text was updated successfully, but these errors were encountered: