-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Add test for correct span for type #38606
Conversation
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup |
📌 Commit 3caf478 has been approved by |
⌛ Testing commit 3caf478 with merge 809de12... |
💔 Test failed - status-travis |
Hmm, @bors retry |
⌛ Testing commit 3caf478 with merge 5d451cd... |
💔 Test failed - status-travis |
…nkov Add test for correct span for type Adds test for and closes rust-lang#27522.
3caf478
to
1a4a6b9
Compare
Had to change test as the error is pointing at the type now instead of the argument. Rebased and fixed. Can I get a new r+ for the rebase, @petrochenkov? The error difference is:
|
@bors r+ rollup |
📌 Commit 1a4a6b9 has been approved by |
⌛ Testing commit 1a4a6b9 with merge 88c6820... |
💔 Test failed - status-travis |
@petrochenkov can I get a retry? The travis error is unrelated to this PR:
|
@bors: retry
* network error
…On Mon, Jan 9, 2017 at 8:51 AM, Esteban Kuber ***@***.***> wrote:
@petrochenkov <https://github.com/petrochenkov> can I get a retry? The
travis error is unrelated to this PR:
Downloading num_cpus v0.2.13
warning: spurious network error (2 tries remaining): [28] Timeout was reached (Operation too slow. Less than 10 bytes/sec transferred the last 30 seconds)
warning: spurious network error (1 tries remaining): [28] Timeout was reached (Operation too slow. Less than 10 bytes/sec transferred the last 30 seconds)
error: unable to get packages from source
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#38606 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95LGz_zuUSB_TH0SjwolWICvj0rc_ks5rQmWugaJpZM4LVd45>
.
|
…nkov Add test for correct span for type Adds test for and closes rust-lang#27522.
Adds test for and closes #27522.