Need some way to silence the warning about using a non-implicitly-copyable-type in a copy-iface-bounded position #2541
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.
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?The text was updated successfully, but these errors were encountered: