pub fn priv_impl_declaration_data_inner(
db: &dyn SemanticGroup,
impl_def_id: ImplDefId,
resolve_trait: bool,
) -> Maybe<ImplDeclarationData>
Expand description
Shared code for the query and cycle handling. The cycle handling logic needs to pass resolve_trait=false to prevent the cycle.