Uh oh!
There was an error while loading. Please reload this page.
Flesh out quote macros - #23359
Conversation
rust-highfive
commented
Mar 14, 2015
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
bors
commented
Mar 17, 2015
☔ The latest upstream changes (presumably #23331) made this pull request unmergeable. Please resolve the merge conflicts. |
bors
commented
Mar 20, 2015
☔ The latest upstream changes (presumably #23548) made this pull request unmergeable. Please resolve the merge conflicts. |
erickt
commented
Mar 24, 2015
@pnkfelix: This PR should be merge-able again. |
This allows quasiquoting to insert where clauses.
pnkfelix
commented
Mar 26, 2015
@bors r+ |
bors
commented
Mar 26, 2015
📌 Commit a17f556 has been approved by |
bors
commented
Mar 26, 2015
This PR allows the quote macros to unquote trait items, impl items, where clauses, and paths.
bors
commented
Mar 26, 2015
💔 Test failed - auto-win-32-opt |
alexcrichton
commented
Mar 26, 2015
@bors: retry |
This PR allows the quote macros to unquote trait items, impl items, where clauses, and paths.
bors
commented
Mar 27, 2015
⚡ Previous build results for auto-linux-32-nopt-t, auto-linux-32-opt, auto-linux-64-nopt-t, auto-linux-64-opt, auto-linux-64-x-android-t, auto-mac-32-opt, auto-mac-64-nopt-t, auto-mac-64-opt, auto-win-32-nopt-t, auto-win-64-nopt-t, auto-win-64-opt are reusable. Rebuilding only auto-win-32-opt... |
This PR allows the quote macros to unquote trait items, impl items, where clauses, and paths.