mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
00a4418158
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.