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

[Servo release build] Could not find symbol in syntax #97

Closed
novaksam opened this issue Nov 28, 2016 · 1 comment
Closed

[Servo release build] Could not find symbol in syntax #97

novaksam opened this issue Nov 28, 2016 · 1 comment

Comments

@novaksam
Copy link

novaksam commented Nov 28, 2016

error[E0432]: unresolved import syntax::symbol::Symbol --> /Users/User/Documents/Sources/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.20/src/lib.rs:57:5 | 57 | use syntax::symbol::Symbol; | ^^^^^^^^^^^^^^^^^^^^^^ Could not find symbol in syntax

error[E0432]: unresolved import syntax::symbol::InternedString --> /Users/User/Documents/Sources/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.20/src/util.rs:9:5 | 9 | use syntax::symbol::InternedString; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Could not find symbol in syntax

error: no method named as_str found for type &syntax::parse::token::InternedString in the current scope --> /Users/User/Documents/Sources/servo/.cargo/registry/src/github.com-1ecc6299db9ec823/phf_macros-0.7.20/src/lib.rs:242:64 | 242 | ast::LitKind::Str(ref s, _) => Some(Key::Str(s.as_str())), | ^^^^^^

Just giving a heads up.

@sfackler
Copy link
Collaborator

Your nightly version is out of date.

@sfackler sfackler closed this as completed Dec 6, 2016
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

No branches or pull requests

2 participants