MissingLitField occurs when a struct literal refers to a field that does not exist on the struct type. Example: var _ = struct{i int}{j: 2}