-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test that all collections work with zero-sized types (ZST) #28518
Comments
CC #28493. |
I'm ok to do this :) I will jump on it today if that's alright :) |
@GlenDC Go for it! |
@GlenDC Are you still working on this? |
I wasn't, but if that's fine for you I would like to retake work on this On 23 November 2015 at 19:39, Andrew Paseltiner notifications@github.com
with kind regards De Cauwsemaecker Glen |
@GlenDC Sure, go right ahead. No rush! |
I think I'll take this, since there's radio silence on this issue. |
@KiChjang yes please. Sorry, for being a roadblock. Thanks for taking it over :) |
…luss Encountered while I was trying to work on #28518. Please let me know whether this is a correct move.
In light of #28488, add tests to the testsuite that exercise all collections using ZST. Most common ZST is the
()
(empty tuple), and all collections need to support it.The text was updated successfully, but these errors were encountered: