diff --git a/src/types/types.zig b/src/types/types.zig index 95f6d40de8..f930360b49 100644 --- a/src/types/types.zig +++ b/src/types/types.zig @@ -984,8 +984,8 @@ pub const StaticDispatchConstraint = struct { /// Tracks where a static dispatch constraint originated from pub const Origin = enum(u2) { desugared_binop, // From binary operator desugaring (e.g., +, -, *, etc.) - method_call, // From .method() syntax - where_clause, // From where clause in type annotation + method_call, // From .method() syntax + where_clause, // From where clause in type annotation }; /// A safe list of static dispatch constraints