mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 19:57:02 +00:00

This reduces code sizes and better respects programmer intent when marking inline(never). Previously such a marking was essentially ignored for generic functions, as we'd still inline them in remote crates.