-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression from stable to beta: examples dir in workspace top-level #57524
Comments
I'm not sure if I understand your setup. How is |
I'll leave that question to @carllerche as I'm not the one who set up the crate :) |
This adds the inital base tower crate, as of right now it contains nothing and is only needed to ensure that cargo workspaces can properly compile with rust 1.32. See also rust-lang/rust#57524. Previously, the examples were never even compiled.
Should this issue be moved to Cargo instead? |
Closing in favor of a Cargo issue, but I think this is intentional and never actually worked (the section was just ignored) |
In
tower
, we have a root-levelexamples/
directory in a workspace. This means that we also have to list[dev-dependencies]
in the root-levelCargo.toml
. This works just fine on the current stable (1.31.1
), but fails to compile on1.32 beta
and nightly with:Seems like an unwanted regression from stable?
The text was updated successfully, but these errors were encountered: