mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
zig fmt
This commit is contained in:
parent
690fa39db2
commit
170f29786e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue