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

Get parser-c working on stable Rust #7

Open
tcr opened this issue Jul 5, 2017 · 3 comments
Open

Get parser-c working on stable Rust #7

tcr opened this issue Jul 5, 2017 · 3 comments

Comments

@tcr
Copy link
Owner

tcr commented Jul 5, 2017

Some examples of why this is not yet the case are use of the box syntax and procedural macros (see #6).

@tcr tcr changed the title Get parser-c working on nightly Get parser-c working on stable Jul 5, 2017
@tcr tcr changed the title Get parser-c working on stable Get parser-c working on stable Rust Jul 6, 2017
@tcr
Copy link
Owner Author

tcr commented Jul 11, 2017

FnBox will be used after #22 lands, so rust-lang/rust#28796 now applies here. Might be able to use https://stbuehler.github.io/rustdocs/boxfnonce/boxfnonce/struct.BoxFnOnce.html though.

@tcr
Copy link
Owner Author

tcr commented Jul 12, 2017

With #27 I think there's no blockers for stable Rust :) until we add impl Trait support and a tokio interface

@birkenfeld
Copy link
Collaborator

Heh :) There is a fair bit of box patterns (and there will be more in analysis), without which AST node matches are somewhat more annoying to handle.

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

2 participants