Files
rust/compiler/rustc_trait_selection/src
Esteban Küber dfe32b6a43 On Fn arg mismatch for a fn path, suggest a closure
When encountering a fn call that has a path to another fn being passed
in, where an `Fn` impl is expected, and the arguments differ, suggest
wrapping the argument with a closure with the appropriate arguments.
2023-11-29 18:55:00 +00:00
..
2023-11-26 09:25:07 +08:00
2023-08-02 15:38:00 +00:00