vxx2 / vlib / v / checker / tests / struct_update_comptime_err.out
7 lines · 7 sloc · 287 bytes · 09766c44b63f2edf9b7a101a4c23a8ae52f52cb8
Raw
1vlib/v/checker/tests/struct_update_comptime_err.vv:18:4: error: cannot use struct update syntax in compile time expressions
2 16 | $for field in U.fields {
3 17 | _ = struct {
4 18 | ...val.$(field.name)
5 | ~~~
6 19 | }
7 20 | }
8