Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Record span of
const
kw in GenericParamKind
Context: this is needed to fix rust-lang/rustfmt#4263, which currently records the span of a const generic param incorrectly because the location of the `const` kw is not known. I am not sure how to add tests for this; any guidance in how to do so would be appreciated 🙂
- Loading branch information