We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This should have been a compile error:
https://github.com/Tetralux/zig/blob/24aea24c22627c415d81339749e8a94a7239af1a/std/http/headers.zig#L173
.iteratorConst returns a completely different struct to HttpList.Iterator...
.iteratorConst
HttpList.Iterator
Originally posted by @Tetralux in #3037 (comment)
The text was updated successfully, but these errors were encountered:
Note that iteratorConst is defined here:
iteratorConst
https://github.com/Tetralux/zig/blob/24aea24c22627c415d81339749e8a94a7239af1a/std/array_list.zig#L278
Sorry, something went wrong.
can you come up with a reduction?
No branches or pull requests
This should have been a compile error:
https://github.com/Tetralux/zig/blob/24aea24c22627c415d81339749e8a94a7239af1a/std/http/headers.zig#L173
.iteratorConst
returns a completely different struct toHttpList.Iterator
...Originally posted by @Tetralux in #3037 (comment)
The text was updated successfully, but these errors were encountered: