Skip to content

Commit

Permalink
lang/rust: Add rust-analyzer-proc-macro-srv back to the package
Browse files Browse the repository at this point in the history
This binary is required for proc macro expansion in rust-analyzer

PR:		271179
  • Loading branch information
vladmovchan authored and MikaelUrankar committed May 2, 2023
1 parent b7c2767 commit 69b4156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/rust/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= rust
PORTVERSION?= 1.69.0
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= lang
MASTER_SITES= https://static.rust-lang.org/dist/:src \
https://dev-static.rust-lang.org/dist/:src \
Expand Down Expand Up @@ -80,7 +80,7 @@ _RUST_ARCH_i386= i686
_RUST_ARCH_riscv64= riscv64gc
_RUST_TARGET= ${_RUST_ARCH_${ARCH}:U${ARCH}}-unknown-${OPSYS:tl}
_RUST_TARGETS= ${_RUST_TARGET}
_RUST_TOOLS= analysis cargo clippy rustdoc rustfmt
_RUST_TOOLS= analysis cargo clippy rust-analyzer rustdoc rustfmt

_RUSTC_BOOTSTRAP= ${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}}/rustc-${RUST_BOOTSTRAP_VERSION_${ARCH}:U${RUST_BOOTSTRAP_VERSION}}-${_RUST_TARGET}
_RUST_STD_BOOTSTRAP= ${BOOTSTRAPS_DATE_${ARCH}:U${BOOTSTRAPS_DATE}}/rust-std-${RUST_BOOTSTRAP_VERSION_${ARCH}:U${RUST_BOOTSTRAP_VERSION}}-${_RUST_TARGET}
Expand Down

0 comments on commit 69b4156

Please sign in to comment.