Files
rust/tests
Matthias Krüger b7a1ff2aaa Rollup merge of #114052 - clubby789:suggest-option-asref, r=WaffleLapkin
Suggest `{Option,Result}::as_ref()` instead of `cloned()` in some cases

Fixes #114050

When we have an expr available that produces the type expectation, we can suggest appending `.as_ref()` to the span, instead of cloning the expr producing the mismatch
2023-07-25 19:21:38 +02:00
..
2023-07-16 21:51:00 +00:00
2023-07-24 18:04:35 +02:00