diff --git a/crates/proc_macro_srv/src/proc_macro/bridge/client.rs b/crates/proc_macro_srv/src/proc_macro/bridge/client.rs index ca6749b9bc7..b036d4e2016 100644 --- a/crates/proc_macro_srv/src/proc_macro/bridge/client.rs +++ b/crates/proc_macro_srv/src/proc_macro/bridge/client.rs @@ -238,7 +238,7 @@ macro_rules! define_client_side { $(impl $name { #[allow(unused)] $(pub(crate) fn $method($($arg: $arg_ty),*) $(-> $ret_ty)* { - panic!("hello"); + panic!("crates should be linked against the sysroot version of proc_macro, not this one from rust-analyzer"); // Bridge::with(|bridge| { // let mut b = bridge.cached_buffer.take();