Skip to content
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

Make num-macros use syn crate for compatibility with Macros 1.1 #227

Closed
hauleth opened this issue Sep 18, 2016 · 0 comments
Closed

Make num-macros use syn crate for compatibility with Macros 1.1 #227

hauleth opened this issue Sep 18, 2016 · 0 comments
Assignees

Comments

@hauleth
Copy link
Member

hauleth commented Sep 18, 2016

When Macros 1.1 lands in stable we would be ready to provide num-macros there also. This will mean that we need somehow parse Rust code and syntex crate is quite slow. However there is syn crate that use nom and is quite fast.

hauleth added a commit that referenced this issue Sep 18, 2016
Current solution follow syntax proposed in rust-lang/rfcs#1681.

Tracking issue rust-lang/rust#35900

Close #227
@hauleth hauleth self-assigned this Sep 18, 2016
hauleth added a commit that referenced this issue Sep 18, 2016
Current solution follow syntax proposed in rust-lang/rfcs#1681.

Tracking issue rust-lang/rust#35900

Close #227
@homu homu closed this as completed in #228 Sep 30, 2016
remexre pushed a commit to remexre/num that referenced this issue Jun 1, 2017
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

No branches or pull requests

1 participant