Skip to content
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

Update rustc-ap-* to 174.0.0 #2806

Merged
merged 3 commits into from
Jun 25, 2018
Merged

Conversation

topecongiro
Copy link
Contributor

This PR

  1. updates rustc-ap-* to 174.0.0, which includes a fix for When there are multiple extraneous semicolons, only one is deleted at a time #2791
  2. fixes compile errors from breaking changes in libsyntax (cc The Great Generics Generalisation: HIR Edition rust#48149)

} else {
hi
};
mk_sp(lo, max(hi, ty_hi))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that ty_hi > hi always holds, but not 100% sure about it. I added max to ensure that nothing goes wrong.

@nrc nrc merged commit 0877517 into rust-lang:master Jun 25, 2018
@nrc
Copy link
Member

nrc commented Jun 25, 2018

Thanks!

@topecongiro topecongiro deleted the rustc-ap-syntax branch June 25, 2018 10:26
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.

2 participants