-
Notifications
You must be signed in to change notification settings - Fork 13.3k
resolve: don't unused_qualifications
-check global paths
#38817
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
resolve: don't unused_qualifications
-check global paths
#38817
Conversation
The macros 1.1 system currently not provide enough span info to |
@bors r+ |
📌 Commit 7dcacf1 has been approved by |
FYI this could also fix #38444 (which is already closed) |
Accepted for beta. Small patch, regression. cc @rust-lang/compiler |
@bors: p=1 (this is approved, we'll want to backport) |
⌛ Testing commit 7dcacf1 with merge a39fc9c... |
💔 Test failed - status-travis |
@bors: retry
* network failure
…On Wed, Jan 4, 2017 at 6:51 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/189058713>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#38817 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95BUfa2AzSq0io9uUqw6hES-gQzl7ks5rPFq-gaJpZM4LaVqp>
.
|
⌛ Testing commit 7dcacf1 with merge a10ce81... |
💔 Test failed - status-travis |
@bors: retry
* network error
…On Thu, Jan 5, 2017 at 9:24 AM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/189253980>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#38817 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95Fe_XgUyFlIZNHKKQ2ngOiegBMseks5rPSc0gaJpZM4LaVqp>
.
|
⌛ Testing commit 7dcacf1 with merge cdd72e7... |
💔 Test failed - status-travis |
@bors retry
|
☀️ Test successful - status-appveyor, status-travis |
We started
unused_qualifications
-checking global paths in #38014, causing #38682.Fixes #38682.
r? @nrc