Skip to content

Conversation

@brvtalcake
Copy link

This pull request is the first to examine and to merge. It contains additions and modifications needed to support the actual parsing and processing of macros v2 and proc-macros. Please consider the fact that it may not pass ci runs since a lot of code will remain unused (i.e. dead_code) while the other PRs are not also merged

@@ -0,0 +1,201 @@
use std::{

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not willing to put build scripts in core. I'd like to avoid them as much as possible in both crates (although I suspect cfg is gonna have to have some), but especially in core, since doing so really hurts build times which discourages use of this crate.

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.

2 participants