mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
4a216a25d1
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.