You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/27 01:41:50 UTC

[GitHub] [arrow-rs] Jimexist commented on a change in pull request #714: run results of `cargo --fix` for edition 2021

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



##########
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:
       @alamb I think we need to somehow [pin the rust toolchain][1]
   
   [1]: https://dev-doc.rust-lang.org/stable/edition-guide/rust-2021/or-patterns-macro-rules.html




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org