Uh oh!
There was an error while loading. Please reload this page.
run rustfmt on astconv.rs file - #38567
Conversation
rust-highfive
commented
Dec 23, 2016
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
hmm, I guess the trailing blank //! is a feature, not a bug, of rustfmt (since IIUC it refuses to revise the layout of comments in terms of line breaks ... though I had thought @nrc had said something about it being willing to remove some blank lines in certain cases...)
pnkfelix
commented
Dec 26, 2016
@bors r+ rollup |
bors
commented
Dec 26, 2016
📌 Commit f8db005 has been approved by |
bors
commented
Dec 26, 2016
☔ The latest upstream changes (presumably #38154) made this pull request unmergeable. Please resolve the merge conflicts. |
srinivasreddy
commented
Dec 26, 2016
@pnkfelix merge conflicts resolved. Please approve again. |
pnkfelix
commented
Dec 28, 2016
@bors r+ rollup |
bors
commented
Dec 28, 2016
📌 Commit a6d2929 has been approved by |
bors
commented
Dec 28, 2016
☔ The latest upstream changes (presumably #38449) made this pull request unmergeable. Please resolve the merge conflicts. |
srinivasreddy
commented
Dec 29, 2016
gosh!! @pnkfelix Please rollup again. |
bors
commented
Jan 17, 2017
☔ The latest upstream changes (presumably #39110) made this pull request unmergeable. Please resolve the merge conflicts. |
PR #38842 has exposed that we were missing the src/test/compile-fail-fulldeps directory in the search for feature gate tests. Because the detection didn't work despite the effort to name the test appropriately and add a correct "// gate-test-proc_macro" comment, proc_macro was added to the whitelist. We fix this little weakness in the feature gate tidy check and add the src/test/compile-fail-fulldeps directory to the checked directories.
alexcrichton
commented
Feb 4, 2017
Closing due to inactivity, but feel free to resubmit with a rebase! |
No description provided.