about summary refs log tree commit diff
path: root/tests/codegen-units/partitioning/auxiliary/cgu_generic_function.rs
AgeCommit message (Collapse)AuthorLines
2024-11-28Share inline(never) generics across cratesMark Rousskov-0/+11
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.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+26