Skip to content

vdefgen: Add a comma after named enum variants

Nick Mathewson requested to merge nickm/rust-derive-adhoc:add_a_comma into main

This resolves a bug where $vdefgen would only work on named-field enum variants if they were the last variant in the enum.

Closes #63 (closed).

Merge request reports