mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
30fc9bd384
Avoids GNU ld warnings like: ``` type and size of dynamic symbol `meooooooooooooooow' are not defined ``` First noticed in https://github.com/rust-lang/rust/pull/152451#issuecomment-3880667900 with changes from https://github.com/rust-lang/rust/pull/149937.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.