Uh oh!
There was an error while loading. Please reload this page.
Explicit error message for async recursion. - #62871
Conversation
rust-highfive
commented
Jul 22, 2019
Some changes occurred in diagnostic error codes |
rust-highfive
commented
Jul 22, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
@nikomatsakis thoughts on the extened error explanation? I made it simple enough that I'd be able to follow it. I'm tempted to put the link to the async book in the extended error info rather than directly in the error message as there's now two "For more info see" in the current message. |
petrochenkov
commented
Jul 22, 2019
r? @cramertj |
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Centril
commented
Jul 22, 2019
r? @Centril since I already did a review... :) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
d1c1546 to
1effdd2Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
b7910c9 to
7c7f7a3Compare
This comment has been minimized.
This comment has been minimized.
gilescope
commented
Jul 24, 2019
I seem to have managed to repro #57151 accidentally. Could some one kick bors and just confirm this is repeatable. If so will start digging... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
e82c375 to
2c94203Compare
This comment has been minimized.
This comment has been minimized.
… r=Mark-Simulacrum error_index_generator should output stdout/stderr when it panics. **bootstrap change** Call error_index_generator tool using run_quiet which will additionally print std out and std err of the command when it returns an error. (was `run` uses `run_silent` under the covers.) Why: PR rust-lang#62871 is hitting a build error but the panic isn't getting shown so its unclear what the problem is.
This comment has been minimized.
This comment has been minimized.
2c94203 to
eaffe57Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
eaffe57 to
d9969d0Compare
This comment has been minimized.
This comment has been minimized.
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
d9969d0 to
4b1d404Comparegilescope
commented
Jul 28, 2019
Thanks @ollie27 for spotting that. Stick a fork in the PR - I think it's done. |
Centril
commented
Jul 28, 2019
Indeed it is, thanks! @bors r+ |
bors
commented
Jul 28, 2019
📌 Commit 4b1d404 has been approved by |
…Centril Explicit error message for async recursion. Attempt at clearer error message when async recusion is attempted. In response to rust-lang#62539 (and rust-lang#53690).
Rollup of 8 pull requests Successful merges: - #61856 (Lint attributes on function arguments) - #62360 (Document that ManuallyDrop::drop should not called more than once) - #62392 (Update minifier-rs version) - #62871 (Explicit error message for async recursion.) - #62995 (Avoid ICE when suggestion span is at Eof) - #63053 (SystemTime docs: recommend Instant for elapsed time) - #63081 (tidy: Cleanup the directory whitelist) - #63088 (Remove anonymous_parameters from unrelated test) Failed merges: r? @ghost
Attempt at clearer error message when async recusion is attempted. In response to #62539 (and #53690).