Skip to content

Commit d413ad8

Browse files
committed
update remap path of rust-analyzer-proc-macro-srv alias
Signed-off-by: onur-ozkan <[email protected]>
1 parent 96561a8 commit d413ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ impl PathSet {
291291
const PATH_REMAP: &[(&str, &[&str])] = &[
292292
// config.toml uses `rust-analyzer-proc-macro-srv`, but the
293293
// actual path is `proc-macro-srv-cli`
294-
("rust-analyzer-proc-macro-srv", &["proc-macro-srv-cli"]),
294+
("rust-analyzer-proc-macro-srv", &["src/tools/rust-analyzer/crates/proc-macro-srv-cli"]),
295295
// Make `x test tests` function the same as `x t tests/*`
296296
(
297297
"tests",

0 commit comments

Comments
 (0)