You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We needed a clone method for Create but somehow it got implemented by wrapping Arcs around Creates. Arcs are not RRefable so they should not cross domain boundaries. Instead, the Arc should be placed side of Create
We needed a clone method for
Create
but somehow it got implemented by wrappingArc
s aroundCreate
s.Arc
s are not RRefable so they should not cross domain boundaries. Instead, theArc
should be placed side ofCreate
redleaf/domains/usr/proxy/src/gen.rs
Line 93 in 94c06d4
The text was updated successfully, but these errors were encountered: