You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2021/07/07 07:43:00 UTC

[jira] [Commented] (AVRO-3169) Rust: build failure due to trailing comma

    [ https://issues.apache.org/jira/browse/AVRO-3169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17376378#comment-17376378 ] 

Martin Tzvetanov Grigorov commented on AVRO-3169:
-------------------------------------------------

`rustup update` fixed it!

> Rust: build failure due to trailing comma
> -----------------------------------------
>
>                 Key: AVRO-3169
>                 URL: https://issues.apache.org/jira/browse/AVRO-3169
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: rust
>    Affects Versions: 1.10.2
>            Reporter: Martin Tzvetanov Grigorov
>            Priority: Minor
>
> Running `cargo build` fails with:
>  
> {code:java}
>  Compiling avro-rs v0.13.0 (/home/martin/git/apache/avro/lang/rust)
> error: no rules expected the token `,`
>    --> src/schema.rs:163:37
>     |
> 163 |                 | SchemaKind::String,
>     |                                     ^ no rules expected this token in macro callerror: aborting due to previous errorerror: could not compile `avro-rs`.
>  {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)