-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 private_in_public
compatibility lint deny-by-default
#34206
Conversation
☔ The latest upstream changes (presumably #34186) made this pull request unmergeable. Please resolve the merge conflicts. |
Sorry for the delay in reviewing! I've been traveling but I ought to be around tomorrow. Two quick questions:
|
This lint is old, it doesn't have a dedicated tracking issue. It "links" to
I want it to be a deny-by-default lint for at least one cycle, this is a change with large impact after all.
|
Sounds good. The main reason I didn't r+ right away is that I wanted to see a link to an issue that offers a good explanation of what's going on. Do you want to create such an issue first, or merge this PR first? |
@nikomatsakis |
@petrochenkov ok -- but it seems like you suggested we wait until #34193 is resolved, no? |
@nikomatsakis |
r=me, but still waiting until #34193 merges |
☔ The latest upstream changes (presumably #34193) made this pull request unmergeable. Please resolve the merge conflicts. |
Rebased. |
@bors r+ |
📌 Commit b052dd6 has been approved by |
Make `private_in_public` compatibility lint deny-by-default In accordance with the [plan](https://internals.rust-lang.org/t/fcp-for-various-future-compatibility-warnings/3590/5?u=petrochenkov). r? @nikomatsakis
💔 Test failed - auto-linux-64-debug-opt |
Spurious failure. |
@bors: retry |
⌛ Testing commit b052dd6 with merge 9a68d58... |
💔 Test failed - auto-linux-64-debug-opt |
@bors: retry On Sat, Aug 13, 2016 at 6:03 PM, bors notifications@github.com wrote:
|
Make `private_in_public` compatibility lint deny-by-default In accordance with the [plan](https://internals.rust-lang.org/t/fcp-for-various-future-compatibility-warnings/3590/5?u=petrochenkov). r? @nikomatsakis
In accordance with the plan.
r? @nikomatsakis