mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Merge #10025
10025: Don't mutate syntax trees when preparing proc-macro input r=Veykril a=Veykril Fixes #10013 Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
This commit is contained in:
commit
fae440c32a
9 changed files with 100 additions and 135 deletions
|
@ -14,7 +14,6 @@ pub mod builtin_macro;
|
|||
pub mod proc_macro;
|
||||
pub mod quote;
|
||||
pub mod eager;
|
||||
mod input;
|
||||
|
||||
use base_db::ProcMacroKind;
|
||||
use either::Either;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue