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 upVec<Temporary<T>> is unsafe #4107
Closed
Labels
Comments
|
This is easy to lint. How are we supposed to return a list of elements, though? |
|
The only solution I've come up with so far is a WebIDL-based |
|
Duplicate of #4335. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks appealing, but
Temporary<T>only works on the stack. There's only one instance of this right now - AttributeHandlers::get_attributes.