-
Notifications
You must be signed in to change notification settings - Fork 149
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
script-servo is broken #289
Comments
Can you bisect to a nightly ? |
Regression appears to be between 2018-10-04 and 2018-10-05 (rust-lang/rust@5597ee8 and rust-lang/rust@8c4ad4e; rust-lang/rust@5597ee8...8c4ad4e) |
@pnkfelix Do you think you'll get a chance to look at this or should I try to allocate some time myself? |
script-servo now fails with:
|
This was referenced Feb 15, 2019
I just pushed a fix for this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are lots of these and I haven't really attempted to narrow down the exact problem so I can't say much more; if we don't think this is readily fixable then I can start exploring alternatives. I can reproduce with master of this repository with
cargo check --manifest-path collector/benchmarks/script-servo/Cargo.toml --no-default-features
cc @nikomatsakis @pnkfelix -- possibly related to borrowck changes? Though I don't quite see how that could be as the crate doesn't seem to be using NLL.
The text was updated successfully, but these errors were encountered: