diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-09-25 11:55:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-25 11:55:48 -0500 |
commit | 053fb1debe276e55e78dda3b28fa7568a456ab94 (patch) | |
tree | bbd95747a8a194859c50f4e6f7761a4475f7a2bc /src/codegen/helpers.rs | |
parent | 4140c96371eab2c5407ebfd391c1909e09db8f62 (diff) | |
parent | ca0aa04995d557bc1e432e7422e8a75ba365afb7 (diff) |
Auto merge of #1026 - alexeyzab:fix-compiling-expectations-macos, r=fitzgen
Make objc-related expectations compile
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 the `arg`s.
Any advice on how to proceed here is appreciated.
r? @fitzgen
Diffstat (limited to 'src/codegen/helpers.rs')
0 files changed, 0 insertions, 0 deletions