mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-01 22:05:26 +03:00
4a65cc4aca
This logic existed when actually analyzing a `nav_ty` unit directly; it was just missing in the code path which resolves a `nav_ty` unit due to a `nav_val` being resolved. Resolves: #35307