You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
840: Add missing abstract method HIR::Pattern::get_locus() const r=philberty a=philberty
We have a missing locus here, there many places within the HIR where
we are missing location info such as HIR::MatchCase or HIR::MatchArm
come to mind. We also need to raise an issue to track CanonicalPath's and
location info within the TyTy module as part of a new Identifier structure which
will need to be raised in a separate PR+Issue.
Co-authored-by: Philip Herron <[email protected]>
0 commit comments