rust/src/liballoc/tests
Jonas Schievink 0b50319af6
Rollup merge of #68738 - kennytm:derive-clone-eq-for-fromutf8error, r=sfackler
Derive Clone + Eq for std::string::FromUtf8Error

Implement `Clone` and `Eq` for `std::string::FromUtf8Error`.

Both the inner `Vec<u8>` and `std::str::Utf8Error` are also `Clone + Eq`, so I don't see why we shouldn't derive them on `FromUtf8Error` as well.

(impl are insta-stable, requiring FCP from T-libs.)
2020-02-09 18:23:28 +01:00
..
btree Fix and test implementation of BTreeMap's first_entry, last_entry, pop_first, pop_last 2020-02-04 22:35:43 +01:00
arc.rs Use drop instead of the toilet closure |_| () 2020-01-02 08:56:12 +00:00
binary_heap.rs Format the world 2019-12-22 17:42:47 -05:00
boxed.rs Format liballoc with rustfmt 2019-11-29 20:25:07 -08:00
cow_str.rs Small Cow improvements 2019-12-11 21:01:33 +01:00
fmt.rs Remove licenses 2018-12-25 21:08:33 -07:00
heap.rs Rename Alloc to AllocRef 2020-01-27 21:39:51 +01:00
lib.rs Revert "Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrichton" 2020-01-11 03:04:39 +00:00
linked_list.rs Format the world 2019-12-22 17:42:47 -05:00
rc.rs Use drop instead of the toilet closure |_| () 2020-01-02 08:56:12 +00:00
slice.rs Format the world 2019-12-22 17:42:47 -05:00
str.rs Format the world 2019-12-22 17:42:47 -05:00
string.rs Derive Clone + PartialEq + Eq for std::string::FromUtf8Error 2020-02-02 02:29:28 +08:00
vec.rs ef em ti ... :P 2020-01-04 23:57:34 +05:30
vec_deque.rs VecDeque: drop remaining items on destructor panic 2019-12-11 19:38:45 +01:00