Closed baszalmstra closed 10 months ago
Attention: 138 lines
in your changes are missing coverage. Please review.
Comparison is base (
99e5217
) 87.37% compared to head (9290fd5
) 87.42%. Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is the first PR to support
impl
blocks for structs. Features included in this PR are:impl
blocks. (ast::Impl
and friends)impl
blocks inItemTree
.impl
impl
s from a package, or for a specific (struct) type.impl
blocks. (See tests inmethod_resolution.rs
)Impl
code model to interact with impl blocksNotable features that are still missing and will be addressed in followup PRs:
self
type.