Commits
Click on a commit to change the comparison rangefeat(ast): `GetSpanMut` trait (#4609)
Closes #4606.
Introduce `GetSpanMut` trait and implement it on all AST node types.
This has to be a separate trait, rather than adding `span_mut` method to `GetSpan` because `AstKind` implements `GetSpan`, and it only has an immutable `&` ref to AST node it contains.1 year ago
by overlookmotel