Associated constants lifetime error that only seems to trigger with Servo #42790
Labels
A-associated-items
Area: Associated items (types, constants & functions)
A-lifetimes
Area: Lifetimes / regions
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given the code above, it seems to compile on the playpen.
But if I add that same code to the 'script' crate in Servo (as you can see in this branch), I get this error:
At the time of writing, Servo is on nightly-2017-06-09, and the code compiles fine when isolated to a single file.
The text was updated successfully, but these errors were encountered: