You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install rust-analyzer on alpine linux docker but the installation fail with this error:
error: failed to compile `rust-analyzer v0.1.0 (/rust/rust-analyzer/crates/rust-analyzer)`, intermediate artifacts can be found at `/rust/rust-analyzer/target`
Caused by:
cannot produce proc-macro for `chalk-derive v0.1.0 (https://github.com/rust-lang/chalk.git?rev=039fc904a05f8cb3d0c682c9a57a63dda7a35356#039fc904)` as the target `x86_64-unknown-linux-musl` does not support these crate types
Error: install server
Caused by:
0: process `cargo install --path crates/rust-analyzer --locked --force ` failed
1: exit code: 101
The text was updated successfully, but these errors were encountered:
Proc macros are really convenient in chalk for deriving traits like Fold, so I don't think we'll be removing them. Also, I think rust-analyzer itself makes use of proc macros as well, so removing their usage from chalk wouldn't solve your problem.
I'm trying to install rust-analyzer on alpine linux docker but the installation fail with this error:
The text was updated successfully, but these errors were encountered: