Files
rust/compiler
fee1-dead c1f8a3ffb2 Rollup merge of #105655 - RedDocMD:bug-105645, r=oli-obk
Remove invalid case for mutable borrow suggestion

If we have a call such as `foo(&mut buf)` and after reference
collapsing the type is inferred as `&T` where-as the required type is
`&mut T`, don't suggest `foo(&mut mut buf)`. This is wrong syntactically
and the issue lies elsewhere, not in the borrow.

Fixes #105645
2023-01-09 23:35:27 +08:00
..
2023-01-02 15:51:54 +05:30
2022-12-25 00:43:50 +01:00
2022-10-23 10:09:44 +02:00