diff options
author | Alexey Zabelin <hello@alexeyzabelin.com> | 2017-09-23 13:01:13 -0400 |
---|---|---|
committer | Alexey Zabelin <hello@alexeyzabelin.com> | 2017-09-23 13:01:13 -0400 |
commit | ca0aa04995d557bc1e432e7422e8a75ba365afb7 (patch) | |
tree | b0284b9e7ae13ecb4428f2775bdf6cc641e74723 /src/codegen/helpers.rs | |
parent | 30d6e0417a691da4f4959c8083328241fc02d1fd (diff) |
Make objc-related expectations compile
WIP, fixes #1004.
After looking at how `msg_send!` is supposed to be used, I realized that
we were erroneously passing type signatures to it.
The expectations compile now, but some of them are not formatted properly.
My guess is that `rustfmt` does not know how to format the following:
```
msg_send!(obj, arg1:1 arg2:2 arg3:3)
```
Notice the lack of separatros between `arg`s.
Diffstat (limited to 'src/codegen/helpers.rs')
0 files changed, 0 insertions, 0 deletions