Rewrite #[derive] removal to be based on AST

This commit is contained in:
Jonas Schievink 2021-04-09 14:10:54 +02:00
parent c0dd36fd42
commit 7e78aebc8f
4 changed files with 92 additions and 105 deletions

View file

@ -14,6 +14,7 @@ pub mod builtin_macro;
pub mod proc_macro;
pub mod quote;
pub mod eager;
mod input;
use either::Either;
pub use mbe::{ExpandError, ExpandResult};