mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-11 08:30:23 +00:00
Decouple proc-macro server protocol from the server implementation
This commit is contained in:
parent
90b724afad
commit
714b81bec1
17 changed files with 242 additions and 217 deletions
|
|
@ -8,9 +8,8 @@ use std::{fmt, fs, io, time::SystemTime};
|
|||
use libloading::Library;
|
||||
use object::Object;
|
||||
use paths::{Utf8Path, Utf8PathBuf};
|
||||
use proc_macro_api::ProcMacroKind;
|
||||
|
||||
use crate::ProcMacroSrvSpan;
|
||||
use crate::{proc_macros::ProcMacroKind, ProcMacroSrvSpan};
|
||||
|
||||
const NEW_REGISTRAR_SYMBOL: &str = "_rustc_proc_macro_decls_";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue