Skip to content
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

Need some way to silence the warning about using a non-implicitly-copyable-type in a copy-iface-bounded position #2541

Closed
pcwalton opened this issue Jun 8, 2012 · 3 comments · May be fixed by devcode1981/rust#6 or MarcelRaschke/rust#6
Labels
A-diagnostics Area: Messages for errors, warnings, and lints A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. A-typesystem Area: The type system C-enhancement Category: An issue proposing an enhancement or a PR with one.

Comments

@pcwalton
Copy link
Contributor

pcwalton commented Jun 8, 2012

There should be some way to silence the "instantiating copy type parameter with a not implicitly copyable type" warning. Perhaps hashmap<copy str,int>, for example?

@z0w0
Copy link
Contributor

z0w0 commented Apr 29, 2013

Do you think Rust still needs this or is disabling the warning via CLI/allow statement s enough?

@nikomatsakis
Copy link
Contributor

I think this warning was removed altogether?

@z0w0
Copy link
Contributor

z0w0 commented May 3, 2013

Closing as this warning seems to have been removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-diagnostics Area: Messages for errors, warnings, and lints A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. A-typesystem Area: The type system C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
3 participants