-
Notifications
You must be signed in to change notification settings - Fork 156
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
Port to new proc-macro interface #92
Comments
I've done most of the groundwork on the proc-macro branch. Just the control structures (
|
I've implemented Removing the "hard" tag because the difficult work has already been done. |
No-one else has volunteered yet so I'm doing the rest of the work myself. |
Only thing left is |
Implemented in #95 |
Now that rust-lang/rust#40939 has landed, we can start using it in Maud.
Note that the new interface doesn't have a fleshed out diagnostics API yet, so error messages won't have spans in the mean time.
The text was updated successfully, but these errors were encountered: