-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Make deprecation lint ambiguous_associated_items
deny-by-default
#59928
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@bors retry Let's fix the status for this PR. |
⌛ Trying commit bee92b5 with merge ae7846cdce4c82197112f385ba695b23561f1b6c... |
☀️ Try build successful - checks-travis |
🎉 Experiment
|
Not much progress has been made (15 regressed before in #57501 (comment)); I'll try to make some time for creating PRs for the crates here. |
Already migrated
OthersThe remaining regressions have PRs filed. @petrochenkov r=me rollup if you are happy with ^--- |
Given that there are only four regressions, each of which has an open PR to fix this issue (and none have reverse dependencies), and that this addresses a future compatibility concern, making this lint deny-by-default seems founded. @bors r+ |
📌 Commit bee92b5 has been approved by |
Make deprecation lint `ambiguous_associated_items` deny-by-default As requested by r? @Centril cc rust-lang#57644
Make deprecation lint `ambiguous_associated_items` deny-by-default As requested by r? @Centril cc rust-lang#57644
Make deprecation lint `ambiguous_associated_items` deny-by-default As requested by r? @Centril cc rust-lang#57644
Rollup of 12 pull requests Successful merges: - #59928 (Make deprecation lint `ambiguous_associated_items` deny-by-default) - #60220 (report fatal errors during doctest parsing) - #60373 (Tidy: ensure lang features are sorted by since) - #60388 (Disallow non-explicit elided lifetimes in async fn) - #60393 ( Do not suggest incorrect syntax on pattern type error due to borrow) - #60401 (Rename `RUST_LOG` to `RUSTC_LOG`) - #60409 (Require a trait in the bounds of existential types) - #60455 (Resolve match arm ty when arms diverge) - #60457 (Const prop refactoring) - #60467 (Avoid repeated interning of static strings.) - #60478 (minor compiler doc tweaks) - #60501 (Propagate mutability from arguments to local bindings in async fn) Failed merges: r? @ghost
Be forward compatible with rust-lang/rust#59928
As requested by r? @Centril
cc #57644