mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Rewrite #[derive]
removal to be based on AST
This commit is contained in:
parent
c0dd36fd42
commit
7e78aebc8f
4 changed files with 92 additions and 105 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue