Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement FromIter for converting an iterator for Temporary<T> to a RootedVec<JS<T>> #5117
Comments
bors-servo
pushed a commit
that referenced
this issue
Aug 31, 2015
Implement FromIterator<Root<A>> for RootedVec<JS<A>> (fixes #5117) <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7466) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is complicated to get right, so it's a followup to #4620.