Files
Jonathan Brouwer b669f0d08c Rollup merge of #158684 - Ajay-singh1:ui-tests-for-splat, r=teor2345
Add missing generic test coverage for ```#[splat]```

This PR adds missing test coverage for `#[splat]` that was marked as FIXME in `splat-generics-everywhere.rs`:

- Add generic parameter to `BarTrait` (`BarTrait<T>`)
- Add `generic_in_tuple` , tests generics inside the splatted tuple
- Add `generic_tuple_assoc` , tests assoc functions with splatted generic tuple traits
- Add `trait_generic_in_tuple` , tests generics inside splatted tuple on trait methods
- Add `trait_generic_tuple` , tests splatted generic tuple trait bounds on trait methods

Removes the resolved FIXME comments:
- also add generics to the trait
- also add assoc/method with splatted generic tuple traits
- also add generics inside the splatted tuple

CC:- @teor2345

r? @teor2345
2026-07-05 08:47:15 +02:00
..
2026-07-02 12:58:30 +10:00
2026-07-02 12:58:30 +10:00