Skip to content

Commit

Permalink
Merge branch 'jf/assoc-types' of https://github.com/noir-lang/noir in…
Browse files Browse the repository at this point in the history
…to jf/assoc-types
  • Loading branch information
jfecher committed Jan 10, 2025
2 parents cc15211 + 7e94173 commit 59666ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_frontend/src/elaborator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ impl<'context> Elaborator<'context> {
}

/// Expands any traits in a where clause to mention all associated types if they were
/// ellided by the user. See `add_missing_named_generics` for more detail.
/// elided by the user. See `add_missing_named_generics` for more detail.
///
/// Returns all newly created generics to be added to this function/trait/impl.
fn desugar_trait_constraints(
Expand Down

0 comments on commit 59666ba

Please sign in to comment.