-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
NLL (MIR borrowck) regression in Servo’s layout
crate
#48358
Comments
I strongly suspect that the first error is the same as #48129 |
@SimonSapin now that #48129 is fixed, can you validate whether this error still occurs? |
I think this may be a legitimate bug fix. Does |
|
@SimonSapin so that would be "yes" =) |
In short, this looks like a dup of #47349 -- @SimonSapin do you agree? |
I'm retagging this as NLL-deferred -- I would like to dig in deeper to verify that it is indeed an expected error at some point, but I think it looks quite likely. |
I’ve changed the Servo code in servo/servo#21356 to work around this error. Yes, this looks similar enough to #47349 that it’s probably fine to close as duplicate. |
In servo/servo@be902d5 (current master), with rustc 1.25.0-nightly (27a046e 2018-02-18)
cargo +nightly-2018-02-19 rustc -p layout
: OKcargo +nightly-2018-02-19 rustc -p layout -- -Zborrowck=mir
:cargo +nightly-2018-02-19 rustc -p layout -- -Znll
:The text was updated successfully, but these errors were encountered: