mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +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.