Files
rust/tests/ui/generics
janwi_mac d02b4c8e77 Improve suggestions for unconstrained parameters in impl blocks
When an unconstrained type or lifetime parameter is detected in an
`impl`, provide more specific help based on its usage:
- If the parameter is entirely unused, suggest removing it.
- If it is used in the `impl` body but not the `Self` type, suggest
  including it in the `Self` type and the struct definition.

This also adds a comprehensive UI test for these cases.
2026-05-09 17:50:35 +12:00
..
2025-08-05 19:34:46 +05:00
2025-08-05 19:34:46 +05:00
2025-07-13 00:03:31 +05:00
2025-01-23 06:01:36 +00:00
2025-11-03 16:24:36 +00:00
2025-06-30 11:50:19 +05:00