mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
145f9cf95d
Remove support for decompressing dylib metadata We haven't been compressing dylib metadata for a while now. Removing decompression support will regress error messages about an incompatible rustc version being used, but dylibs are pretty rare anyway. Fixes https://github.com/rust-lang/rust-analyzer/issues/18451