-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Make vec::zip not require T:copy #3254
Labels
Milestone
Comments
ghost
assigned catamorphism
Aug 23, 2012
I'm a bit puzzled about the second proposed function signature (for |
My thought was if
|
ghost
assigned bblum
Aug 24, 2012
I did unzip too. I renamed the existing ones to |
catamorphism
pushed a commit
to catamorphism/rust
that referenced
this issue
Oct 8, 2012
jaisnan
pushed a commit
to jaisnan/rust-dev
that referenced
this issue
Jul 29, 2024
- Contracts cannot duplicate some attributes. I think we need a better solution than just duplicate all attributes, but for now just filter the ones we know are problematic. - Do not make contract generated functions `const` when annotating constant functions. - I also moved the compilation of no_core up since it is much faster. ## Call-out Need to add a test. Resolves rust-lang#3251 Resolves rust-lang#3254
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we have:
Produces an "instantiating copy type parameter" warning when building stdtest.
We could instead have:
The text was updated successfully, but these errors were encountered: