-
Notifications
You must be signed in to change notification settings - Fork 13.4k
rustpkg: Add a test case with multiple workspaces #7241
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Sub-bug of #5677 |
I don't remember what I meant by this, but I think I meant: add a test where the same package ID exists in multiple workspaces in the RUST_PATH; ensure rustpkg uses the first one instead of complaining. I will add the test for that. |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
May 20, 2021
Deny warnings in every main sub-crate Pointed out by `@xFrednet` in rust-lang/rust-clippy#7229 (comment) This enables the same (rustc) lints in every main sub-crate: - `clippy` - `clippy_lints` - `clippy_utils` - `clippy_dev` In addition it forwards the `deny-warnings` feature to those sub-crates, so we don't miss warnings that then become a problem during sync. (I wanted to fix that before, but forgot about it, so thanks for pointing it out `@xFrednet!)` changelog: none
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
No description provided.
The text was updated successfully, but these errors were encountered: