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-syntax from 306.0.0 to 366.0.0 #1016

Merged
merged 1 commit into from
Feb 11, 2019
Merged

Update rustc-ap-syntax from 306.0.0 to 366.0.0 #1016

merged 1 commit into from
Feb 11, 2019

Conversation

h-michael
Copy link
Contributor

rustfmt use v366.0.0.
So if we use same version of rustc-ap-syntax, we can't update rust submodule.
related with: #58356

@kngwyu
After merge this, would you release new racer version?

@@ -159,6 +160,8 @@ impl Ty {
},
LitKind::FloatUnsuffixed(_) => make_match(PrimKind::F32),
LitKind::Bool(_) => make_match(PrimKind::Bool),
// TODO: support err
LitKind::Err(_) => None,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The new kind added with this PR.

Copy link
Collaborator

@kngwyu kngwyu Feb 11, 2019

Choose a reason for hiding this comment

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

We don't have no item to complete for bad literals like 'aaa', so I don't think we need TODO comment here.

@kngwyu
Copy link
Collaborator

kngwyu commented Feb 11, 2019

Thanks 😉
I've left just a trivial comment, but otherwise LGTM 👍

@h-michael
Copy link
Contributor Author

@kngwyu Thank you for your quick reply. I've fixed and push :)

@kngwyu kngwyu merged commit 4dd3bcd into racer-rust:master Feb 11, 2019
@kngwyu
Copy link
Collaborator

kngwyu commented Feb 11, 2019

Thanks again 👍

@h-michael h-michael deleted the ap-syntax branch February 11, 2019 05:01
@kngwyu
Copy link
Collaborator

kngwyu commented Feb 11, 2019

Uploaded 2.1.18 now

@h-michael
Copy link
Contributor Author

@kngwyu Thanks :)

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