Uh oh!
There was an error while loading. Please reload this page.
librustc error_reporting.rs cleanup. - #39977
Conversation
rust-highfive
commented
Feb 20, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @arielb1 (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
c63f833 to
a754ea6Compareeddyb
commented
Feb 25, 2017
I'm not sure on the style changes. I know there's a style team but I can't figure out how to ping them. |
solson
commented
Feb 25, 2017
@eddyb My approach to style in the rust repo is generally "I'm not going to worry about minor inconsistencies now because we're going to automate it all with rustfmt later".
You can't ping us here becase we're under the |
eddyb
left a comment
There was a problem hiding this comment.
Commit-by-commit makes a lot more sense!
| impl_candidates: Vec<ty::TraitRef<'tcx>>, | ||
| err: &mut DiagnosticBuilder) | ||
| { | ||
| let simp = fast_reject::simplify_type(self.tcx, |
There was a problem hiding this comment.
Was all of this duplicated from find_similar_impl_candidates? 😆
eddyb
commented
Feb 25, 2017
@bors r+ |
bors
commented
Feb 25, 2017
📌 Commit a754ea6 has been approved by |
…=eddyb librustc error_reporting.rs cleanup. Read some code in librustc, mainly in error_reporting.rs, and cleaned up some things along the way. I recommend looking at each commit individually or looking at the [whitespace insensitive diff](https://github.com/rust-lang/rust/pull/39977/files?w=1).
…=eddyb librustc error_reporting.rs cleanup. Read some code in librustc, mainly in error_reporting.rs, and cleaned up some things along the way. I recommend looking at each commit individually or looking at the [whitespace insensitive diff](https://github.com/rust-lang/rust/pull/39977/files?w=1).
bors
commented
Feb 26, 2017
⌛ Testing commit a754ea6 with merge 8b55091... |
bors
commented
Feb 26, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Feb 26, 2017
via email
@bors: retry
* network error …On Sat, Feb 25, 2017 at 10:20 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/205432692>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39977 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95Dhjbnzj26xReTLrbRpuOyPPT1Q-ks5rgP17gaJpZM4MGQiU>
.
|
alexcrichton
commented
Feb 26, 2017
via email
@bors: retry
* network failure …On Sat, Feb 25, 2017 at 10:50 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/205435348>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#39977 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95AaWtyzoJFShI4TeMk2IRteiAnDKks5rgQSBgaJpZM4MGQiU>
.
|
frewsxcv
commented
Feb 27, 2017
@bors retry |
bors
commented
Feb 27, 2017
⌛ Testing commit a754ea6 with merge 57bd173... |
bors
commented
Feb 27, 2017
💔 Test failed - status-travis |
alexcrichton
commented
Feb 27, 2017
via email
| … On Mon, Feb 27, 2017 at 3:42 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang/rust/builds/205942464>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#39977 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95NEgLXanb54LFW_vj8xLNklff0Tpks5rg0M2gaJpZM4MGQiU>
.
|
bors
commented
Feb 27, 2017
⌛ Testing commit a754ea6 with merge 80a738a... |
bors
commented
Feb 28, 2017
💔 Test failed - status-appveyor |
alexcrichton
commented
Feb 28, 2017
via email
| … On Mon, Feb 27, 2017 at 6:14 PM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang/rust/build/1.0.2147>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#39977 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95NOCSlfvI9gfXx9dwjWMCyPOBAoCks5rg2bWgaJpZM4MGQiU>
.
|
…=eddyb librustc error_reporting.rs cleanup. Read some code in librustc, mainly in error_reporting.rs, and cleaned up some things along the way. I recommend looking at each commit individually or looking at the [whitespace insensitive diff](https://github.com/rust-lang/rust/pull/39977/files?w=1).
…=eddyb librustc error_reporting.rs cleanup. Read some code in librustc, mainly in error_reporting.rs, and cleaned up some things along the way. I recommend looking at each commit individually or looking at the [whitespace insensitive diff](https://github.com/rust-lang/rust/pull/39977/files?w=1).
…=eddyb librustc error_reporting.rs cleanup. Read some code in librustc, mainly in error_reporting.rs, and cleaned up some things along the way. I recommend looking at each commit individually or looking at the [whitespace insensitive diff](https://github.com/rust-lang/rust/pull/39977/files?w=1).
…=eddyb librustc error_reporting.rs cleanup. Read some code in librustc, mainly in error_reporting.rs, and cleaned up some things along the way. I recommend looking at each commit individually or looking at the [whitespace insensitive diff](https://github.com/rust-lang/rust/pull/39977/files?w=1).
bors
commented
Feb 28, 2017
⌛ Testing commit a754ea6 with merge 2eae5e6... |
eddyb
commented
Feb 28, 2017
@bors retry |
Read some code in librustc, mainly in error_reporting.rs, and cleaned up some things along the way. I recommend looking at each commit individually or looking at the whitespace insensitive diff.