diff options
| author | Eric Huss <eric@huss.org> | 2025-01-26 12:08:48 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-26 12:08:48 -0800 |
| commit | 5210a8d1e9789ad961b8464958fee3e804552a7e (patch) | |
| tree | d6fb5382b03f00e3f2cd3868f46954e51339dab2 | |
| parent | c8ed8d4b476760feeebbeb1627e52cb26525ba55 (diff) | |
| download | rust-5210a8d1e9789ad961b8464958fee3e804552a7e.tar.gz rust-5210a8d1e9789ad961b8464958fee3e804552a7e.zip | |
Correct information on dylib compression
Compression of dylibs was removed in https://github.com/rust-lang/rust/pull/113695 (and decompression removed in https://github.com/rust-lang/rust/pull/132402).
| -rw-r--r-- | src/doc/rustc-dev-guide/src/backend/libs-and-metadata.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/backend/libs-and-metadata.md b/src/doc/rustc-dev-guide/src/backend/libs-and-metadata.md index b0823b9a5ee..556b3fdf8f8 100644 --- a/src/doc/rustc-dev-guide/src/backend/libs-and-metadata.md +++ b/src/doc/rustc-dev-guide/src/backend/libs-and-metadata.md @@ -42,7 +42,7 @@ format is specific to `rustc`, and may change over time. This file contains: ### dylib A `dylib` is a platform-specific shared library. It includes the `rustc` -[metadata] in a special link section called `.rustc` in a compressed format. +[metadata] in a special link section called `.rustc`. ### rmeta |
