mirror of
https://github.com/burrowers/garble.git
synced 2026-04-22 23:57:14 +08:00
cb98b4daab
Use `types.Var.Origin()` when mapping and hashing struct fields so selector and declaration sites share the same canonical field identity. This fixes build failures for generic aliases and named types over those aliases. Fixes #924