Martin Tzvetanov Grigorov created AVRO-3169:
-----------------------------------------------
Summary: 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
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)