Skip to content

Commit

Permalink
Update compiler/noirc_frontend/src/hir/def_collector/dc_crate.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Vezenov <mvezenov@gmail.com>
  • Loading branch information
jfecher and vezenovm authored May 28, 2024
1 parent 229976c commit e2226d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_frontend/src/hir/def_collector/dc_crate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ pub struct UnresolvedTraitImpl {
pub generics: UnresolvedGenerics,
pub where_clause: Vec<UnresolvedTraitConstraint>,

// These fields are filled in later
// These fields are filled in later during elaboration
pub trait_id: Option<TraitId>,
pub impl_id: Option<TraitImplId>,
pub resolved_object_type: Option<Type>,
Expand Down

0 comments on commit e2226d7

Please sign in to comment.