We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rust-analyzer-proc-macro-srv
1 parent 96561a8 commit d413ad8Copy full SHA for d413ad8
src/bootstrap/src/core/builder.rs
@@ -291,7 +291,7 @@ impl PathSet {
291
const PATH_REMAP: &[(&str, &[&str])] = &[
292
// config.toml uses `rust-analyzer-proc-macro-srv`, but the
293
// actual path is `proc-macro-srv-cli`
294
- ("rust-analyzer-proc-macro-srv", &["proc-macro-srv-cli"]),
+ ("rust-analyzer-proc-macro-srv", &["src/tools/rust-analyzer/crates/proc-macro-srv-cli"]),
295
// Make `x test tests` function the same as `x t tests/*`
296
(
297
"tests",
0 commit comments