rust-analyzer/crates/ide-diagnostics/src
Chayim Refael Friedman ad9422da1a Fix lifetime elision handling for Fn-style trait bounds
Two fixes were needed:

 1. Previously, we enabled elision for the generic args of `Fn` itself, instead of for generic args of paths within it.
 2. In lowering in the new solver the `Output` parameter did not have elision set correctly, I don't know why. In the old lowering it was done correctly.
2025-09-22 16:53:20 +03:00
..
handlers Fix lifetime elision handling for Fn-style trait bounds 2025-09-22 16:53:20 +03:00
tests Fix a bug with missing binding in MBE 2025-01-07 23:04:53 +02:00
lib.rs Auto-attach database in Analysis calls 2025-08-18 09:52:23 +02:00
tests.rs Auto-attach database in Analysis calls 2025-08-18 09:52:23 +02:00