Files
rust/src/libstd
Alex Crichton fbf3b8ab8e Rollup merge of #44466 - clarcharr:cow_error, r=alexcrichton
Add Cow<str> -> Box<Error> impls.

Considering how impls exist for `String` and `&str`, it makes sense to also add an impl for `Cow<str>` as well.

This would allow converting `String::from_utf8_lossy` directly into a `Box<Error>` or `io::Error` without having to add an extra `into_ownd()`.
2017-09-18 11:04:20 -05:00
..
2017-09-01 20:07:04 +12:00
2017-09-14 14:19:53 +01:00
2017-09-10 13:21:34 -04:00
2017-09-08 16:07:21 -06:00
2017-09-08 16:07:21 -06:00
2017-07-25 07:03:19 -07:00
2017-09-16 23:41:04 +02:00
2017-08-24 18:42:53 +02:00
2017-08-12 14:01:11 +02:00
2017-08-31 06:58:58 -07:00
2017-08-15 15:29:17 -07:00
2017-08-31 06:58:58 -07:00