mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +00:00
Make a placeholder panic message explain its purpose
This commit is contained in:
parent
62f594b390
commit
93c9b34635
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue