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 #3780

Closed
topecongiro opened this issue Sep 5, 2019 · 2 comments · Fixed by #3783
Closed

Update rustc-ap-syntax #3780

topecongiro opened this issue Sep 5, 2019 · 2 comments · Fixed by #3783
Assignees
Milestone

Comments

@topecongiro
Copy link
Contributor

Hopefully fixes rust-lang/rust#64180.

@topecongiro topecongiro added this to the 1.4.7 milestone Sep 5, 2019
@topecongiro topecongiro self-assigned this Sep 5, 2019
@calebcartwright
Copy link
Member

I assume that's probably why the Travis and AppVeyor builds are failing with errors like the ones below?

Compiling rustc-ap-rustc_lexer v546.0.0
error[E0433]: failed to resolve: could not find `property` in `unicode`
   --> /home/travis/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-ap-rustc_lexer-546.0.0/src/lib.rs:672:24
    |
672 |         core::unicode::property::Pattern_White_Space(c)
    |                        ^^^^^^^^ could not find `property` in `unicode`
error[E0599]: no method named `is_xid_start` found for type `char` in the current scope

@topecongiro
Copy link
Contributor Author

@calebcartwright Yes 😞

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 a pull request may close this issue.

2 participants