mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 18:57:19 +00:00

raw-dylib-elf: set correct `DT_VERDEFNUM` Previously it indicated a single version, regardless of their count. Observed in: https://github.com/davidlattimore/wild/pull/1041
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.