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 40dca3d commit 84c3a95Copy full SHA for 84c3a95
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