Open rkirsling opened 1 month ago
As discussed in plenary (raised by myself and @waldemarhorwat), it would probably be nicer to throw when attempting to return a value from the struct constructor (while allowing return; itself).
struct
return;
As discussed in plenary (raised by myself and @waldemarhorwat), it would probably be nicer to throw when attempting to return a value from the
struct
constructor (while allowingreturn;
itself).