diff options
author | fee1-dead <ent3rm4n@gmail.com> | 2023-01-09 23:35:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 23:35:27 +0800 |
commit | c1f8a3ffb2b9b155b400a675727ebd470938805c (patch) | |
tree | e301a684ac7a910ba6c7dab3cd9a44e3359a93c9 /tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs | |
parent | b7587f1867c73f3517d7071bb4989dd7e19540f1 (diff) | |
parent | afefbb66c3abea2e9b3acacddf7516b24c2bbeb8 (diff) | |
download | rust-c1f8a3ffb2b9b155b400a675727ebd470938805c.tar.gz |
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
Diffstat (limited to 'tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs')
0 files changed, 0 insertions, 0 deletions