Uh oh!
There was an error while loading. Please reload this page.
bump rustfmt to v1.4.32 - #81093
Conversation
rust-highfive
commented
Jan 16, 2021
|
There was a problem hiding this comment.
Hm, this seems surprising - maybe a mistake?
There was a problem hiding this comment.
I thought so as well, but it wasn't a change I made by hand (came from x.py check)
There was a problem hiding this comment.
hm, can you try reverting it by hand perhaps? if we can't get cargo to cooperate I'd like to page in some cargo folks before landing this
f0ecf2d to
13d77a3Comparecalebcartwright
commented
Jan 16, 2021
Also, looks like the bug from #80843 (comment) is on beta too so would like to nominate for backport though note that'd require backporting the commits from #81027 as well since we had to bump the rustc-ap crates |
Mark-Simulacrum
commented
Jan 16, 2021
@bors r+ rollup=iffy p=1 |
bors
commented
Jan 16, 2021
📌 Commit 13d77a3 has been approved by |
bors
commented
Jan 16, 2021
bors
commented
Jan 17, 2021
☀️ Test successful - checks-actions |
…ulacrum [beta] backports This backports: * Update RLS and Rustfmt rust-lang#81027 * bump rustfmt to v1.4.32 rust-lang#81093 * Fix handling of malicious Readers in read_to_end rust-lang#80895 * Fix broken ./x.py install rust-lang#80514 * Fix x.py install not working with relative prefix rust-lang#80797 * [security] Update mdbook rust-lang#80688 * rustdoc: Render visibilities succinctly rust-lang#80368 r? `@ghost`
Fixes an indentation bug with bounds reported in #80843 (comment)
r? @Mark-Simulacrum