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.
2 parents 20eb41c + 5726902 commit 5bd6979Copy full SHA for 5bd6979
tests/ui/msg_send_no_return_type.stderr
@@ -2,6 +2,11 @@ error[E0282]: type annotations needed
2
--> ui/msg_send_no_return_type.rs:8:9
3
|
4
8 | msg_send![cls, new];
5
- | ^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
+ | ^^^^^^^^^^^^^^^^^^^
6
7
= note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
8
+help: consider giving `result` an explicit type
9
+ --> $WORKSPACE/objc2/src/macros.rs
10
+ |
11
+ | let result: _;
12
+ | +++
0 commit comments