Skip to content

Parser: fix small PatIdent span bug #15428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

phildawes
Copy link
Contributor

Fix small bug introduced in e38cb97: PatIdent span was incorrect
because self.last_span was being used before the ident token was
parsed.

Fix small bug introduced in e38cb97: PatIdent span was incorrect
because self.last_span was being used before the ident token was
parsed.
@phildawes
Copy link
Contributor Author

(I spotted this because it causes problems for racer's jump-to-definition functionality)

bors added a commit that referenced this pull request Jul 5, 2014
Fix small bug introduced in e38cb97: PatIdent span was incorrect
because self.last_span was being used before the ident token was
parsed.
@bors bors closed this Jul 5, 2014
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 21, 2023
Fix pinned version of lsp-types

lsp-types published a new patch version that breaks semver with the proposed feature set (this is intended and documented), we unfortunately forgot to specify the patch version for the pinned version so this breaks us.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants