Uh oh!
There was an error while loading. Please reload this page.
resolve: don't unused_qualifications-check global paths - #38817
Conversation
The macros 1.1 system currently not provide enough span info to |
petrochenkov
commented
Jan 4, 2017
@bors r+ |
bors
commented
Jan 4, 2017
📌 Commit 7dcacf1 has been approved by |
killercup
commented
Jan 4, 2017
FYI this could also fix #38444 (which is already closed) |
nikomatsakis
commented
Jan 4, 2017
Accepted for beta. Small patch, regression. cc @rust-lang/compiler |
alexcrichton
commented
Jan 4, 2017
@bors: p=1 (this is approved, we'll want to backport) |
bors
commented
Jan 5, 2017
⌛ Testing commit 7dcacf1 with merge a39fc9c... |
bors
commented
Jan 5, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Jan 5, 2017
via email
@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>
.
|
bors
commented
Jan 5, 2017
⌛ Testing commit 7dcacf1 with merge a10ce81... |
bors
commented
Jan 5, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Jan 5, 2017
via email
@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>
.
|
bors
commented
Jan 5, 2017
⌛ Testing commit 7dcacf1 with merge cdd72e7... |
bors
commented
Jan 5, 2017
💔 Test failed - status-travis |
@bors retry
|
bors
commented
Jan 5, 2017
bors
commented
Jan 5, 2017
☀️ Test successful - status-appveyor, status-travis |
We started
unused_qualifications-checking global paths in #38014, causing #38682.Fixes#38682.
r? @nrc