Regression from stable to beta: examples dir in workspace top-level #57524
Closed
Description
In tower
, we have a root-level examples/
directory in a workspace. This means that we also have to list [dev-dependencies]
in the root-level Cargo.toml
. This works just fine on the current stable (1.31.1
), but fails to compile on 1.32 beta
and nightly with:
error: failed to parse manifest at `/home/jon/dev/others/tower/Cargo.toml`
Caused by:
virtual manifests do not specify [dev-dependencies]
Seems like an unwanted regression from stable?
Metadata
Assignees
Labels
No labels