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
Right now ReturnTypeSpec expects an Option to be passed indicating whether or not a function returns something.
With recent changes related to #1450 and #1504 all messages and constructors now return a value,so there's no need to have ReturnTypeSpec expect an Option.
Right now
ReturnTypeSpec
expects anOption
to be passed indicating whether or not a function returns something.With recent changes related to #1450 and #1504 all messages and constructors now return a value,so there's no need to have
ReturnTypeSpec
expect anOption
.Related discussion here.
The text was updated successfully, but these errors were encountered: