recursive-geometry
recursive-geometry copied to clipboard
[Mac OS] Build error
error[E0282]: type annotations needed
--> /Users/envoy/.cargo/registry/src/github.com-1ecc6299db9ec823/cocoa-0.9.2/src/appkit.rs:479:9
|
479 | msg_send![self, releaseGlobally];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving result
a type
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0282]: type annotations needed
--> /Users/envoy/.cargo/registry/src/github.com-1ecc6299db9ec823/cocoa-0.9.2/src/appkit.rs:2798:9
|
2798 | msg_send![self, setBezelStyle:style];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving result
a type
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0282]: type annotations needed
--> /Users/envoy/.cargo/registry/src/github.com-1ecc6299db9ec823/cocoa-0.11.0/src/appkit.rs:491:9
|
491 | msg_send![self, releaseGlobally];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving result
a type
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0282]: type annotations needed
--> /Users/envoy/.cargo/registry/src/github.com-1ecc6299db9ec823/cocoa-0.9.2/src/appkit.rs:3403:9
|
3403 | msg_send![self, setEditable:editable];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving result
a type
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0282]: type annotations needed
--> /Users/envoy/.cargo/registry/src/github.com-1ecc6299db9ec823/cocoa-0.9.2/src/appkit.rs:3406:9
|
3406 | msg_send![self, setStringValue:label];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving result
a type
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0282]: type annotations needed
--> /Users/envoy/.cargo/registry/src/github.com-1ecc6299db9ec823/cocoa-0.11.0/src/appkit.rs:2810:9
|
2810 | msg_send![self, setBezelStyle:style];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving result
a type
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0282]: type annotations needed
--> /Users/envoy/.cargo/registry/src/github.com-1ecc6299db9ec823/cocoa-0.11.0/src/appkit.rs:3415:9
|
3415 | msg_send![self, setEditable:editable];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving result
a type
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0282]: type annotations needed
--> /Users/envoy/.cargo/registry/src/github.com-1ecc6299db9ec823/cocoa-0.11.0/src/appkit.rs:3418:9
|
3418 | msg_send![self, setStringValue:label];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving result
a type
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to 4 previous errors
For more information about this error, try rustc --explain E0282
.
error: could not compile cocoa
.
To learn more, run the command again with --verbose. warning: build failed, waiting for other jobs to finish... error: aborting due to 4 previous errors
For more information about this error, try rustc --explain E0282
.
error: build failed