mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 14:02:06 +03:00
c648ad587c
As rustbook now depends transitively on openssl, it needs access to the rustc-workspace-hack/all-static feature to pick up openssl-sys/vendored. This fixes the rust build with `all-static = true` on systems where openssl is not installed (e.g. when cross-compiling).