Uh oh!
There was an error while loading. Please reload this page.
Fix pointing at arg when cause is outside of call - #66933
Conversation
rust-highfive
commented
Dec 1, 2019
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
b7546cf to
4cc7ef5Compareeddyb
commented
Dec 2, 2019
Uh oh!
There was an error while loading. Please reload this page.
Centril
commented
Dec 3, 2019
r? @Centril |
Centril
commented
Dec 3, 2019
@bors r+ rollup |
bors
commented
Dec 3, 2019
📌 Commit 7ec5769254aa1c2aa69eb38dd8b90057dc29ad26 has been approved by |
rust-highfive
commented
Dec 3, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
7ec5769 to
c808b6aCompareUh oh!
There was an error while loading. Please reload this page.
rust-highfive
commented
Dec 3, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
d9f8d5b to
0abb988Compareestebank
commented
Dec 3, 2019
@bors r=Centril |
bors
commented
Dec 3, 2019
📌 Commit 0abb988 has been approved by |
Fix pointing at arg when cause is outside of call Closes: rust-lang#66923
JohnTitor
commented
Dec 5, 2019
Seems failed in #67042 (comment) |
tesuji
commented
Dec 5, 2019
@JohnTitor I think it shall be #66764. |
JohnTitor
commented
Dec 5, 2019
@lzutao Indeed! So rebase will be needed once it is merged. |
@VirrageS You might want to rebase against latest master and bless the test. |
0abb988 to
e2e4801CompareVirrageS
commented
Dec 6, 2019
@lzutao done :) |
estebank
commented
Dec 6, 2019
@bors r=Centril |
bors
commented
Dec 6, 2019
📌 Commit e2e4801 has been approved by |
rust-highfive
commented
Dec 6, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
estebank
commented
Dec 6, 2019
@bors r- |
VirrageS
commented
Dec 6, 2019
here we have 2 errors. One is connected to argument itself But here we also have similar situation but now we don't want to point to argument but rather to type mismatch which happens where we want to create |
VirrageS
commented
Dec 6, 2019
Since I don't have enough knowledge to even try to fix these discrepancies I'm closing this MR. |
The only question is why it worked/compiled before since |
tesuji
commented
Dec 7, 2019
Wouldn't you also bless that test |
VirrageS
commented
Dec 7, 2019
The changes are not showing up after I closed the MR but you can check stderr for the blessed test here: VirrageS@e305bf8#diff-83c38304ce39064b906661170076d85e This is rather confusing than helpful :C |
estebank
commented
Dec 16, 2019
I do think that the new output in that file is not optimal, but good enough for the change to land, because it isn't misleading, just verbose. |
VirrageS
commented
Dec 16, 2019
I can definitelly reopen the new MR (I cannot reopen this for some reason), maybe we can start a new discussion there. I will do that later today. |
estebank
commented
Dec 16, 2019
Github doesn't let you reopen a pull request that has been closed and then has had it's source branch updated. |
VirrageS
commented
Dec 16, 2019
I see :( I've reopened it here: #67354 |
Fix pointing at arg when cause is outside of call Follow up after: rust-lang#66933Closes: rust-lang#66923 r? @estebank
Fix pointing at arg when cause is outside of call Follow up after: rust-lang#66933Closes: rust-lang#66923 r? @estebank
Fix pointing at arg when cause is outside of call Follow up after: rust-lang#66933Closes: rust-lang#66923 r? @estebank
eddyb
commented
Jan 16, 2020
For future reference, you can fix this by force-pushing the previous commit (I believe the syntax is |
Closes: #66923