Do not use multiple unnamed structs inside of unions
This commit is contained in:
parent
c393591e1d
commit
780e9cecc9
6 changed files with 56 additions and 42 deletions
|
|
@ -1022,7 +1022,7 @@ impl Generator {
|
|||
for (i, entry) in parse_table_entries {
|
||||
add!(
|
||||
self,
|
||||
" [{}] = {{.count = {}, .reusable = {}}},",
|
||||
" [{}] = {{ .entry = {{.count = {}, .reusable = {}}} }},",
|
||||
i,
|
||||
entry.actions.len(),
|
||||
entry.reusable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue