Skip to content

Commit

Permalink
Merge pull request #154 from madsmtm/fix-nightly-ui-changes
Browse files Browse the repository at this point in the history
Fix nightly change in UI test
  • Loading branch information
madsmtm authored Jun 6, 2022
2 parents 20eb41c + 5726902 commit 5bd6979
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/ui/msg_send_no_return_type.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ error[E0282]: type annotations needed
--> ui/msg_send_no_return_type.rs:8:9
|
8 | msg_send![cls, new];
| ^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
| ^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider giving `result` an explicit type
--> $WORKSPACE/objc2/src/macros.rs
|
| let result: _;
| +++

0 comments on commit 5bd6979

Please sign in to comment.