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
When a workspace has bin and lib packages, specifying a manifest path in the invocation of cargo fmt makes cargo fmt fail to find targets.
$ cargo fmt --check --manifest-path Cargo.toml
Failed to find targets
This utility formats all bin and lib files of the current crate using rustfmt.
...
Activity
narasamdya commentedon Mar 21, 2025
May be related to this issue 4432
cargo fmt --manifest-path
when specifying the workspace's rootCargo.toml
#6524