Skip to content

Fix spans for predicates in where clauses #24685

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

Merged
merged 1 commit into from
Apr 22, 2015
Merged

Conversation

nrc
Copy link
Member

@nrc nrc commented Apr 22, 2015

No description provided.

@rust-highfive
Copy link
Contributor

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@huonw
Copy link
Member

huonw commented Apr 22, 2015

@bors r+

Do you happen to have a before/after comparison to hand?

@bors
Copy link
Collaborator

bors commented Apr 22, 2015

📌 Commit 8456dba has been approved by huonw

@nrc
Copy link
Member Author

nrc commented Apr 22, 2015

@huonw for

where 'a: 'b,
      'c: 'd

For the first clause, the previous span was 'a: 'b,, with the fix it is 'a: 'b. (Not super-realistic, sorry).

@bors
Copy link
Collaborator

bors commented Apr 22, 2015

⌛ Testing commit 8456dba with merge e9e9279...

bors added a commit that referenced this pull request Apr 22, 2015
@bors bors merged commit 8456dba into rust-lang:master Apr 22, 2015
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.

5 participants