-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Change inherent overlap error to a warning for now, to ease the breakage #32309
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
Conversation
So we usually use "forward compat" lints for these warnings now. It should be easy to modify, just grep around for
|
Done; re-r? |
msg); | ||
// span_note!(&mut warn, self.span_of_def_id(item2.def_id()), | ||
// "conflicting definition is here:"); | ||
// warn.emit(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah well, probably obvious most of the time?
@bors r+ |
📌 Commit 0f2bcb6 has been approved by |
Oops, errant commented-out code included. High priority due to wanting to hit nightly ASAP. @bors: r=nikomatsakis p=1 |
📌 Commit b8cedfc has been approved by |
⌛ Testing commit b8cedfc with merge 5cfc2d8... |
💔 Test failed - auto-win-msvc-32-opt |
@bors: r=nikomatsakis p=1 |
📌 Commit 4d05800 has been approved by |
⌛ Testing commit 4d05800 with merge 3f2813a... |
⛄ The build was interrupted to prioritize another pull request. |
⌛ Testing commit 4d05800 with merge bf77000... |
⛄ The build was interrupted to prioritize another pull request. |
⌛ Testing commit 4d05800 with merge 17fd16c... |
⛄ The build was interrupted to prioritize another pull request. |
⌛ Testing commit 4d05800 with merge 029acf6... |
💔 Test failed - auto-win-msvc-32-opt |
@bors: r=nikomatsakis p=1 |
📌 Commit e477703 has been approved by |
Change inherent overlap error to a warning for now, to ease the breakage Closes #32247 r? @nikomatsakis
Closes #32247
r? @nikomatsakis