We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c988151 commit 452411dCopy full SHA for 452411d
1 file changed
vlib/v/gen/c/cgen.v
@@ -202,7 +202,7 @@ mut:
202
anon_fns shared []string // remove duplicate anon generated functions
203
sumtype_definitions map[u32]bool // `_TypeA_to_sumtype_TypeB()` fns that have been generated
204
trace_fn_definitions []string
205
- json_types []ast.Type // to avoid json gen duplicates
+ json_types []ast.Type // to avoid json gen duplicates
206
pcs []ProfileCounterMeta // -prof profile counter fn_names => fn counter name
207
hotcode_fn_names []string
208
hotcode_fpaths []string
0 commit comments