-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
lint: deny incoherent_fundamental_impls by default #50390
Conversation
Warn the ecosystem of the pending intent-to-disallow in #49799.
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
looks like I need to coordinate with the |
@hdhoang I think you can just edit this file directly: Presumably just move the relevant entry to |
Oh, how did I come to think doc was a submodule. I have updated the listings. #49799 happened before |
Ping from triage, @nikomatsakis — looks like this is back in your court! |
@bors r+ |
📌 Commit cabbe50 has been approved by |
Thanks @hdhoang ! |
lint: deny incoherent_fundamental_impls by default Warn the ecosystem of the pending intent-to-disallow in #49799. There are 4 ICEs on my machine, look unrelated (having happened before in #49146 (comment)) ```rust thread 'main' panicked at 'assertion failed: position <= slice.len()', libserialize/leb128.rs:97:1 ``` ``` [run-pass] run-pass/allocator/xcrate-use2.rs [run-pass] run-pass/issue-12133-3.rs [run-pass] run-pass/issue-32518.rs [run-pass] run-pass/trait-default-method-xc-2.rs ``` r? @nikomatsakis
☀️ Test successful - status-appveyor, status-travis |
Warn the ecosystem of the pending intent-to-disallow in #49799.
There are 4 ICEs on my machine, look unrelated (having happened before in #49146 (comment))
r? @nikomatsakis