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
<anon>:8:9: 8:10 error: use of moved value: `c`
<anon>:8 foo(c);
^
<anon>:7:9: 7:10 note: `c` moved here because it has type `Copyable<NonCopyable>`, which is non-copyable
<anon>:7 foo(c);
replacing T for Copyable with a copyable type, it compiles fine