mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-02 14:07:10 +00:00
Use inline(never) instead of cold inline(never) is better way to avoid optimizer to inline the function instead of cold.
Use inline(never) instead of cold inline(never) is better way to avoid optimizer to inline the function instead of cold.