Uh oh!
There was an error while loading. Please reload this page.
Add more diagnostic items - #96302
Conversation
rust-highfive
commented
Apr 22, 2022
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
rust-highfive
commented
Apr 22, 2022
r? @kennytm (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
I think it's hitting this: rust/compiler/rustc_trait_selection/src/traits/error_reporting/mod.rs Lines 1834 to 1840 in 0b3404b
|
Serial-ATA
commented
Apr 22, 2022
r? @Manishearth |
bors
commented
Apr 25, 2022
📌 Commit ea013e0 has been approved by |
…=Manishearth Add more diagnostic items This just adds a handful diagnostic items I noticed were missing. Would it be worth doing this for all of the remaining types? I'm willing to do it if it'd be helpful.
…=Manishearth Add more diagnostic items This just adds a handful diagnostic items I noticed were missing. Would it be worth doing this for all of the remaining types? I'm willing to do it if it'd be helpful.
GuillaumeGomez
commented
Apr 25, 2022
Ci isn't happy. @bors: r- |
Serial-ATA
commented
Apr 25, 2022
Here's why CI is failing: #96302 (comment). It shouldn't be interfering with tests, so I'm not sure what's going on here. |
Manishearth
commented
Apr 25, 2022
Not sure either, @estebank? |
Oh! So that's a very crude filter to avoid verbose output, relying on the assumption that if something is a diagnostic item there are better things than list them in those errors. Can you do In the past I've added diagnostic items on an as-needed basis, though (as they can be safely added in the same commit as the change that uses them). |
ea013e0 to
a235c1dCompareSerial-ATA
commented
Apr 26, 2022
I'm confused. Over 700 files were modified, and most of these changes don't even look remotely related to what's been added. The only diagnostic item I needed is causing so many problems 😄 |
estebank
commented
Apr 26, 2022
Try pulling a more recent master and rebasing your changes on top of it, I'm noticing some output changes caused by a relatively recently landed PR. |
c9bf370 to
a1e0cfaCompareSerial-ATA
commented
Apr 27, 2022
Oops, I blindly added |
estebank
commented
Apr 28, 2022
I'm as baffled as you are 😮 @bors retry lets check it's not spurious |
…=manishearth Add more diagnostic items This just adds a handful diagnostic items I noticed were missing. Would it be worth doing this for all of the remaining types? I'm willing to do it if it'd be helpful.
…=manishearth Add more diagnostic items This just adds a handful diagnostic items I noticed were missing. Would it be worth doing this for all of the remaining types? I'm willing to do it if it'd be helpful.
Dylan-DPC
commented
Apr 28, 2022
failed in rollup |
Dylan-DPC
commented
Apr 28, 2022
@bors r- |
a1e0cfa to
be9dd2dCompareSerial-ATA
commented
Apr 28, 2022
Looks like the failing test just had a windows only version added. Hopefully that's the last issue with this 😄 |
estebank
commented
Apr 30, 2022
@bors r=manishearth rollup=never |
xFrednet
commented
May 8, 2022
I'm guessing bors is stuck @bors ping |
bors
commented
May 8, 2022
😪 I'm awake I'm awake |
bors
commented
May 8, 2022
📌 Commit be9dd2d has been approved by |
bors
commented
May 8, 2022
bors
commented
May 8, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
May 8, 2022
Finished benchmarking commit (6846164): comparison url. Summary:
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
This just adds a handful diagnostic items I noticed were missing.
Would it be worth doing this for all of the remaining types? I'm willing to do it if it'd be helpful.