Uh oh!
There was an error while loading. Please reload this page.
Goyox86/rustfmting librustc front II - #29647
Conversation
rust-highfive
commented
Nov 5, 2015
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
nrc
commented
Nov 7, 2015
r? @nrc |
There was a problem hiding this comment.
nrc
commented
Nov 8, 2015
Thanks for re-doing this - just a couple of things I would fixup (one looks like a bug in rustfmt, but Ok to manually fix it up for now). |
goyox86
commented
Nov 8, 2015
Hey @nrc which are the fixups that are needed? |
nrc
commented
Nov 9, 2015
@goyox86 Adding braces in lowering.rs, and changing a comment to using |
goyox86
commented
Nov 9, 2015
Fixups done @nrc |
nrc
commented
Nov 9, 2015
Awesome, thanks! @bors: r+ |
bors
commented
Nov 9, 2015
📌 Commit d1b5d9c has been approved by |
bors
commented
Nov 9, 2015
⌛ Testing commit d1b5d9c with merge f3b57a3... |
bors
commented
Nov 9, 2015
💔 Test failed - auto-mac-64-opt |
d1b5d9c to
fa99261Comparefa99261 to
cbd2ef8Comparenrc
commented
Nov 9, 2015
@bors: r+ |
bors
commented
Nov 9, 2015
📌 Commit cbd2ef8 has been approved by |
bors
commented
Nov 9, 2015
alexcrichton
commented
Nov 10, 2015
@bors: retry force On Monday, November 9, 2015, bors notifications@github.com wrote:
|
bors
commented
Nov 10, 2015
⚡ Previous build results for auto-mac-32-opt, auto-mac-64-nopt-t, auto-mac-64-opt are reusable. Rebuilding only auto-linux-32-nopt-t, auto-linux-32-opt, auto-linux-64-debug-opt, auto-linux-64-nopt-t, auto-linux-64-opt, auto-linux-64-x-android-t, auto-linux-cross-opt, auto-linux-musl-64-opt, auto-win-gnu-32-nopt-t, auto-win-gnu-32-opt, auto-win-gnu-64-nopt-t, auto-win-gnu-64-opt, auto-win-msvc-32-opt, auto-win-msvc-64-opt... |
alexcrichton
commented
Nov 10, 2015
@bors: retry force |
Hi Rustaceans!
This is the second take on running latest rustfmt on librustc_front!
This is the same in #29075 but cleaned. All fixups have been applied.
//cc @nrc