We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7d228 commit 91b4e7cCopy full SHA for 91b4e7c
src/tools/clippy/tests/ui/crashes/ice-6250.stderr
@@ -23,6 +23,11 @@ error[E0308]: mismatched types
23
|
24
LL | Some(reference) = cache.data.get(key) {
25
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `bool`, found `()`
26
+ |
27
+help: consider adding `let`
28
29
+LL | let Some(reference) = cache.data.get(key) {
30
+ | +++
31
32
error: aborting due to 3 previous errors
33
0 commit comments