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
The RFC introduces "self-relative" syntax for accessing fields:
foo.<Trait::f>
@nrc points out that perhaps we should just specify that we support this for methods too, since it seems like uses would expect it, and otherwise it could easily be overlooked:
foo.<Trait::method>(...)
The text was updated successfully, but these errors were encountered:
The RFC introduces "self-relative" syntax for accessing fields:
@nrc points out that perhaps we should just specify that we support this for methods too, since it seems like uses would expect it, and otherwise it could easily be overlooked:
The text was updated successfully, but these errors were encountered: