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
More generally -- we need to keep track of how every reflect::Value is used and what trait bounds those uses require, and then tie that back to where the reflect::Value came from and generate bounds there appropriately.
Suppose we have:
and our user's
derive(Demo)
macro is being invoked on:Then if they do:
then
reflect
needs to identify that these INVOKEs require a trait bound and emit the right bound on the impl we generate.The text was updated successfully, but these errors were encountered: