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
Attributor can currently only infer captures(none). It should be switched to infer the full CaptureInfo, similar to what FunctionAttrs does. The custom "no-capture-maybe-returned" attribute should be subsumed by this as well.
Attributor can currently only infer
captures(none). It should be switched to infer the fullCaptureInfo, similar to whatFunctionAttrsdoes. The custom"no-capture-maybe-returned"attribute should be subsumed by this as well.