mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-14 17:59:56 +00:00
Move proc-macro protocol into legacy module
This commit is contained in:
parent
f5a6826137
commit
b2d9486ebd
7 changed files with 38 additions and 33 deletions
|
|
@ -82,7 +82,7 @@ pub fn load_workspace(
|
|||
};
|
||||
match &proc_macro_server {
|
||||
Ok(server) => {
|
||||
tracing::info!(path=%server.path(), "Proc-macro server started")
|
||||
tracing::info!(path=%server.server_path(), "Proc-macro server started")
|
||||
}
|
||||
Err((e, _)) => {
|
||||
tracing::info!(%e, "Failed to start proc-macro server")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue