flavray/avro-rs

Compile error version 0.13.0

Closed this issue · 1 comments

schema.rs
134 |                 | SchemaKind::String,
    |                                     ^ no rules expected this token in macro call

The stray comma at the end causes grief (this bites me as well)

My apologies - error went away with rustc 1.50 :)