-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
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. |
With #27 I think there's no blockers for stable Rust :) |
Heh :) There is a fair bit of box patterns (and there will be more in |
Some examples of why this is not yet the case are use of the
box
syntax and procedural macros (see #6).The text was updated successfully, but these errors were encountered: