We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea28e7 commit b579c5aCopy full SHA for b579c5a
src/test/ui/privacy/privacy-ns2.stderr
@@ -52,6 +52,7 @@ error[E0573]: expected type, found function `Bar`
52
|
53
LL | let _x : Bar();
54
| ^^^^^ not a type
55
+ |
56
help: use `=` if you meant to assign
57
58
LL | let _x = Bar();
0 commit comments