mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 18:13:19 +00:00
- generic "struct:L:C" naming if rloc is NodeTypeStructValueField - generic "struct:L:C" naming if rloc is NodeTypeFnCallExpr - move some tests from test/behavior/misc to test/behavior/typename closes #4330 closes #9339