We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f594b commit 93c9b34Copy full SHA for 93c9b34
crates/proc_macro_srv/src/proc_macro/bridge/client.rs
@@ -238,7 +238,7 @@ macro_rules! define_client_side {
238
$(impl $name {
239
#[allow(unused)]
240
$(pub(crate) fn $method($($arg: $arg_ty),*) $(-> $ret_ty)* {
241
- panic!("hello");
+ panic!("crates should be linked against the sysroot version of proc_macro, not this one from rust-analyzer");
242
// Bridge::with(|bridge| {
243
// let mut b = bridge.cached_buffer.take();
244
0 commit comments