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
dyn InterfaceType varDecl must have a dyn interface type
if we are dyn interface we ban opaquenon-copyableunsized
Therefore we have no solution to not break user-code using interfaces in 2025 as variables/parameters since fixing 1 problem makes the other an issue (especially problematic with auto-diff interfaces).