Skip to content

Move mini-macro to proc macro #2284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 20, 2017
Merged

Move mini-macro to proc macro #2284

merged 1 commit into from
Dec 20, 2017

Conversation

Manishearth
Copy link
Member

We can add a bang-style proc macro again once it stabilizes (we can use
the proc macro hack, but it's unnecessary for now)

fixes #2283

r? @llogiq @oli-obk

We can add a bang-style proc macro again once it stabilizes (we can use
the proc macro hack, but it's unnecessary for now)
@oli-obk oli-obk merged commit 2179f4d into master Dec 20, 2017
@oli-obk oli-obk deleted the new-macro branch December 20, 2017 20:56
bors added a commit that referenced this pull request May 27, 2021
Move mini-macro to tests/ui/auxilary

changelog: none

Merges `/mini-macro` into `/tests/ui/auxilary/proc_macro_derive.rs`.

The mini-macro crate is an artifact of the distant past. A lot has changed (#2284) and it doesn't make sense as a top-level crate anymore. Especially since we can use the auxilary folder to accompolish the same thing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make mini-macro use AstBuilder or proc macros
2 participants