Uh oh!
There was an error while loading. Please reload this page.
Add compile_error! - #42620
Conversation
rust-highfive
commented
Jun 13, 2017
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
This test passes even though the feature flag is commented out. Are macros insta-stable?
There was a problem hiding this comment.
Are macros insta-stable?
Yes, right now they are.
arielb1
commented
Jun 13, 2017
Thanks for the PR @wesleywiser! @brson (or someone else) will be reviewing your PR soon. |
ollie27
commented
Jun 14, 2017
This doesn't have to be insta-stable, see https://github.com/rust-lang/rust/blob/master/src/libsyntax_ext/concat_idents.rs for an example of an unstable macro. |
est31
commented
Jun 14, 2017
Oh right, I remembered wrongly, what I thought was deprecation warnings of macros... |
22e3815 to
df9c667Comparewesleywiser
commented
Jun 16, 2017
Quick status update: I'm still working on this. I think the code changes are finished and tomorrow I'll work on updating the unstable book. |
wesleywiser
commented
Jun 17, 2017
Pushed unstable docs |
wesleywiser
commented
Jun 18, 2017
This should be ready for review. |
bors
commented
Jun 19, 2017
☔ The latest upstream changes (presumably #42722) made this pull request unmergeable. Please resolve the merge conflicts. |
wesleywiser
commented
Jun 19, 2017
Rebased |
arielb1
commented
Jun 20, 2017
brson
commented
Jun 20, 2017
@bors r+ thanks @wesleywiser! |
bors
commented
Jun 20, 2017
📌 Commit 2bec12f has been approved by |
Mark-Simulacrum
commented
Jun 20, 2017
@bors rollup |
Add compile_error! Related to rust-lang#40872
Related to #40872