Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.77 KB | None | 0 0
  1. Compiling libloading v0.5.2
  2. Compiling cocoa v0.19.1
  3. Compiling backtrace-sys v0.1.32
  4. Compiling serde v1.0.101
  5. Compiling tiff v0.2.2
  6. Compiling shaderc-sys v0.6.1
  7. Compiling curl v0.4.25
  8. Compiling curl-sys v0.4.23
  9. Compiling metal v0.13.1
  10. error[E0282]: type annotations needed
  11. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/lib.rs:128:13
  12. |
  13. 128 | msg_send![self.0, release];
  14. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  15. |
  16. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  17.  
  18. error[E0282]: type annotations needed
  19. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/lib.rs:303:13
  20. |
  21. 303 | msg_send![self, setPresentsWithTransaction:transaction];
  22. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  23. |
  24. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  25.  
  26. error[E0282]: type annotations needed
  27. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/lib.rs:321:13
  28. |
  29. 321 | msg_send![self, removeAllAnimations];
  30. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  31. |
  32. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  33.  
  34. error[E0282]: type annotations needed
  35. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/lib.rs:333:13
  36. |
  37. 333 | msg_send![self, setContentsScale:scale];
  38. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  39. |
  40. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  41.  
  42. error[E0282]: type annotations needed
  43. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/lib.rs:380:5
  44. |
  45. 380 | msg_send![(p as *mut Object), release];
  46. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  47. |
  48. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  49.  
  50. error[E0282]: type annotations needed
  51. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/device.rs:1483:21
  52. |
  53. 1483 | msg_send![err, release];
  54. | ^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  55. |
  56. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  57.  
  58. error[E0282]: type annotations needed
  59. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/device.rs:1503:44
  60. |
  61. 1503 | let library: *mut MTLLibrary = try_objc!{ err =>
  62. | ____________________________________________^
  63. 1504 | | msg_send![self, newLibraryWithFile:filename
  64. 1505 | | error:&mut err]
  65. 1506 | | };
  66. | | ^
  67. | | |
  68. | |_____________consider giving `result` a type
  69. | in this macro invocation
  70. |
  71. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  72.  
  73. error[E0282]: type annotations needed
  74. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/device.rs:1522:44
  75. |
  76. 1522 | let library: *mut MTLLibrary = try_objc! { err =>
  77. | ____________________________________________^
  78. 1523 | | msg_send![self, newLibraryWithData:data
  79. 1524 | | error:&mut err]
  80. 1525 | | };
  81. | | ^
  82. | | |
  83. | |_____________consider giving `result` a type
  84. | in this macro invocation
  85. |
  86. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  87.  
  88. error[E0282]: type annotations needed
  89. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/device.rs:1535:63
  90. |
  91. 1535 | let pipeline_state: *mut MTLRenderPipelineState = try_objc!{ err =>
  92. | _______________________________________________________________^
  93. 1536 | | msg_send![self, newRenderPipelineStateWithDescriptor:descriptor
  94. 1537 | | options:reflection_options
  95. 1538 | | reflection:reflection
  96. 1539 | | error:&mut err]
  97. 1540 | | };
  98. | | ^
  99. | | |
  100. | |_____________consider giving `result` a type
  101. | in this macro invocation
  102. |
  103. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  104.  
  105. error[E0282]: type annotations needed
  106. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/device.rs:1548:63
  107. |
  108. 1548 | let pipeline_state: *mut MTLRenderPipelineState = try_objc!{ err =>
  109. | _______________________________________________________________^
  110. 1549 | | msg_send![self, newRenderPipelineStateWithDescriptor:descriptor
  111. 1550 | | error:&mut err]
  112. 1551 | | };
  113. | | ^
  114. | | |
  115. | |_____________consider giving `result` a type
  116. | in this macro invocation
  117. |
  118. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  119.  
  120. error[E0282]: type annotations needed
  121. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/device.rs:1559:64
  122. |
  123. 1559 | let pipeline_state: *mut MTLComputePipelineState = try_objc!{ err =>
  124. | ________________________________________________________________^
  125. 1560 | | msg_send![self, newComputePipelineStateWithFunction:function
  126. 1561 | | error:&mut err]
  127. 1562 | | };
  128. | | ^
  129. | | |
  130. | |_____________consider giving `result` a type
  131. | in this macro invocation
  132. |
  133. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  134.  
  135. error[E0282]: type annotations needed
  136. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/renderpass.rs:69:13
  137. |
  138. 69 | msg_send![self, setTexture:texture];
  139. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  140. |
  141. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  142.  
  143. error[E0282]: type annotations needed
  144. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/commandbuffer.rs:60:13
  145. |
  146. 60 | msg_send![self, setLabel:nslabel];
  147. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  148. |
  149. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  150.  
  151. error[E0282]: type annotations needed
  152. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/encoder.rs:138:13
  153. |
  154. 138 | msg_send![self, setLabel:nslabel];
  155. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  156. |
  157. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  158.  
  159. error[E0282]: type annotations needed
  160. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/encoder.rs:144:13
  161. |
  162. 144 | msg_send![self, endEncoding];
  163. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  164. |
  165. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  166.  
  167. error[E0282]: type annotations needed
  168. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/library.rs:235:28
  169. |
  170. 235 | Some(c) => try_objc!{ err => msg_send![self, newFunctionWithName:nsname constantValues:c error:&mut err] },
  171. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  172. | |
  173. | consider giving `result` a type
  174. | in this macro invocation
  175. |
  176. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  177.  
  178. error[E0282]: type annotations needed
  179. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/heap.rs:131:13
  180. |
  181. 131 | msg_send![self, setSize: size];
  182. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  183. |
  184. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  185.  
  186. error[E0282]: type annotations needed
  187. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/capturemanager.rs:23:13
  188. |
  189. 23 | msg_send![self, beginScope];
  190. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  191. |
  192. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  193.  
  194. error[E0282]: type annotations needed
  195. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/capturemanager.rs:29:13
  196. |
  197. 29 | msg_send![self, endScope];
  198. | ^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  199. |
  200. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  201.  
  202. error[E0282]: type annotations needed
  203. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/capturemanager.rs:80:13
  204. |
  205. 80 | msg_send![self, startCaptureWithDevice: device];
  206. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  207. |
  208. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  209.  
  210. error[E0282]: type annotations needed
  211. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/capturemanager.rs:86:13
  212. |
  213. 86 | msg_send![self, startCaptureWithCommandQueue: command_queue];
  214. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  215. |
  216. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  217.  
  218. error[E0282]: type annotations needed
  219. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/capturemanager.rs:92:13
  220. |
  221. 92 | msg_send![self, startCaptureWithScope: scope];
  222. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  223. |
  224. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  225.  
  226. error[E0282]: type annotations needed
  227. --> /Users/bencongdon/.cargo/registry/src/github.com-1ecc6299db9ec823/metal-0.13.1/src/capturemanager.rs:98:13
  228. |
  229. 98 | msg_send![self, stopCapture];
  230. | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ consider giving `result` a type
  231. |
  232. = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
  233.  
  234. error: aborting due to 23 previous errors
  235.  
  236. For more information about this error, try `rustc --explain E0282`.
  237. error: could not compile `metal`.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement