This commit is contained in:
Richard Feldman 2025-11-09 21:37:03 -05:00
parent 690fa39db2
commit 170f29786e
No known key found for this signature in database

View file

@ -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