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