rust/compiler/rustc_trait_selection
Esteban Küber bb74f47327 Do not suggest borrow that is already there in fully-qualified call
When encountering `&str::from("value")` do not suggest `&&str::from("value")`.

Fix #132041.
2025-07-01 21:49:56 +00:00
..
2025-06-03 10:52:32 -07:00