mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
19a62db492
Use inline(never) instead of cold inline(never) is better way to avoid optimizer to inline the function instead of cold.