mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-31 21:35:57 +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