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

rust 1.6 compile error #1

Closed
nacika-ins opened this issue Jan 28, 2016 · 3 comments
Closed

rust 1.6 compile error #1

nacika-ins opened this issue Jan 28, 2016 · 3 comments

Comments

@nacika-ins
Copy link

Such an error has occurred.

rs:31:68: 31:79 error: mismatched types:
 expected `&mut cssparser::parser::Parser<'_, '_>`,
    found `&mut cssparser::parser::Parser<'_, '_>`
(expected struct `cssparser::parser::Parser`,
    found a different struct `cssparser::parser::Parser`) [E0308]
@causal-agent
Copy link
Owner

There are new versions of the Servo dependencies that are causing problems. Updating is non-trivial since the interface have changed. Will try to fix soon.

@causal-agent
Copy link
Owner

Fix released in v0.1.1. Updating to newer Servo crates will be v0.2.0.

@nacika-ins
Copy link
Author

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

No branches or pull requests

2 participants