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
{{ message }}
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
Function qualifiers are only valid for functions, but currently we allow them anywhere another qualifier (like volatile) is allowed. This makes it easy for bugs to crop up. It would be better to make them part of FunctionType instead.
Function qualifiers are only valid for functions, but currently we allow them anywhere another qualifier (like
volatile
) is allowed. This makes it easy for bugs to crop up. It would be better to make them part ofFunctionType
instead.See also #110
Originally posted by @pythondude325 in #370
The text was updated successfully, but these errors were encountered: