rust-lang / rust-analyzer

A Rust compiler front-end for IDEs
https://rust-analyzer.github.io/
Apache License 2.0
14.34k stars 1.62k forks source link

Remove decompression support in proc-macro server #18451

Closed Veykril closed 3 weeks ago

Veykril commented 3 weeks ago

rust-analyzer can probably also remove the support it has in rust-analyzer-proc-macro-server at https://github.com/rust-lang/rust-analyzer/blob/1aac2c637b81c2565c68324450582018088aaee6/crates/proc-macro-srv/src/dylib/version.rs#L150

Originally posted by @bjorn3 in https://github.com/rust-lang/rust/issues/132402#issuecomment-2449684897