jhorstmann commented on a change in pull request #714:
URL: https://github.com/apache/arrow-rs/pull/714#discussion_r697265794



##########
File path: arrow/src/alloc/types.rs
##########
@@ -36,7 +36,7 @@ pub unsafe trait NativeType:
 }
 
 macro_rules! create_native {
-    ($native_ty:ty,$($impl_pattern:pat)|+) => {
+    ($native_ty:ty,$($impl_pattern:pat_param)|+) => {

Review comment:
       Just noticed `rust-toolchain` file is not part of the repo and I only 
added that locally at some point. That means this was actually a problem on my 
side, arrow-rs requiring a newer version is totally fine.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to