Good morning, On Sun, Jul 8, 2012 at 5:16 PM, Daniel Patterson <[email protected]> wrote: > I have a data type that is: > > hashmap<str, str>
Hashmaps require the value to be copyable, so try boxing the value, as in: hashmap<str, @str>. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
