rust/tests/codegen-units
Mark Rousskov 4a216a25d1 Share inline(never) generics across crates
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.
2024-11-28 13:43:05 -05:00
..
item-collection Fix and enable disabled codegen-units tests 2024-08-10 14:03:27 -04:00
partitioning Share inline(never) generics across crates 2024-11-28 13:43:05 -05:00
polymorphization Run rustfmt on tests/codegen-units/. 2024-05-31 15:56:45 +10:00