Uh oh!
There was an error while loading. Please reload this page.
Increase spacing for suggestions in diagnostics - #65773
Conversation
Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
estebank
commented
Oct 25, 2019
Pinging because this has high potential for bitrot due to extensive touching of stderr files. |
Centril
commented
Oct 26, 2019
@bors r+ |
bors
commented
Oct 26, 2019
📌 Commit 508d032 has been approved by |
bors
commented
Oct 26, 2019
⌛ Testing commit 508d032 with merge f6799d1079c3203f1a8a08bfbddd6dc4c6ca7679... |
rust-highfive
commented
Oct 26, 2019
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. 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 |
bors
commented
Oct 26, 2019
💔 Test failed - checks-azure |
JohnTitor
commented
Oct 26, 2019
It's a network error. |
Increase spacing for suggestions in diagnostics Make the spacing between the code snippet and verbose structured suggestions consistent with note and help messages. r? @Centril
Rollup of 8 pull requests Successful merges: - #65743 (rustc_typeck: don't record direct callees in generator_interior.) - #65761 (libsyntax: Enhance documentation of the AST module) - #65772 (Remove the last remaining READMEs) - #65773 (Increase spacing for suggestions in diagnostics) - #65791 (Adding doc on keyword continue) - #65824 (rustc: make DefPathData (and friends) Copy (now that it uses Symbol).) - #65828 (Derive Eq and Hash for SourceInfo again) - #65842 (Add more information on rustdoc search) Failed merges: - #65825 (rustc: use IndexVec<DefIndex, T> instead of Vec<T>.) r? @ghost
Rustup to rust-lang/rust#65773 changelog: none
Make the spacing between the code snippet and verbose structured
suggestions consistent with note and help messages.
r? @Centril